-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 1002 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
{
"name": "cotton-box-monorepo",
"version": "0.3.0",
"description": "A flexible toolbox with different types of state managers catered to different scenarios.",
"author": "glyph-cat",
"license": "MIT",
"scripts": {
"postinstall": "sh ./scripts/run/post-install.sh",
"lint": "sh ./scripts/run/lint.sh",
"build": "sh ./scripts/run/build.sh",
"test": "sh ./scripts/run/test.sh",
"license": "yarn tsx ./scripts/run/update-license",
"sync-version": "yarn tsx ./scripts/run/sync-subpackage-versions",
"insert-doc-variables": "NODE_ENV=production yarn tsx ./scripts/run/insert-doc-variables",
"sync-subpackage-license": "yarn tsx ./scripts/run/sync-subpackage-license",
"sync-readme": "yarn tsx ./scripts/run/sync-subpackage-readme",
"sync-examples": "yarn tsx ./scripts/run/sync-examples"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/node": "^20.12.8",
"chalk": "4.1.2",
"tsx": "^4.19.2",
"typescript": "^5.4.5"
}
}