forked from styled-components/styled-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 887 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 887 Bytes
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
{
"name": "styled-components-project",
"private": true,
"scripts": {
"build": "pnpm --filter styled-components build",
"sandbox": "pnpm --filter sandbox dev",
"release": "pnpm --filter styled-components prepublishOnly && changeset publish",
"postbuild": "cp README.md packages/styled-components/",
"postinstall": "pnpm --filter styled-components generateErrors",
"prettier": "pnpm --filter styled-components prettier:check",
"size": "pnpm --filter styled-components size",
"test": "pnpm --filter styled-components test"
},
"author": "Glen Maddern",
"license": "MIT",
"bugs": {
"url": "https://github.com/styled-components/styled-components/issues"
},
"homepage": "https://styled-components.com",
"engines": {
"node": ">= 14"
},
"packageManager": "pnpm@10.0.0",
"devDependencies": {
"@changesets/cli": "^2.27.7"
}
}