forked from styled-components/styled-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 807 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "styled-components-project",
"private": true,
"scripts": {
"build": "yarn workspace styled-components build",
"postbuild": "cp README.md packages/styled-components/",
"postinstall": "yarn workspace styled-components generateErrors",
"lint": "yarn workspace styled-components lint",
"prettier": "yarn workspace styled-components prettier:check",
"size": "yarn workspace styled-components size",
"test": "yarn workspace styled-components test"
},
"author": "Glen Maddern",
"license": "MIT",
"bugs": {
"url": "https://github.com/styled-components/styled-components/issues"
},
"homepage": "https://styled-components.com",
"workspaces": {
"packages": [
"packages/*"
]
},
"engines": {
"node": ">= 14"
},
"dependencies": {}
}