mirror of
https://github.com/zhigang1992/styled-components.git
synced 2026-01-12 17:52:45 +08:00
28 lines
773 B
JSON
28 lines
773 B
JSON
{
|
|
"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",
|
|
"dev": "yarn workspace styled-components dev",
|
|
"lint": "yarn workspace styled-components lint",
|
|
"size": "yarn workspace styled-components lint: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": ">=10"
|
|
}
|
|
}
|