-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
43 lines (43 loc) · 1.38 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "bruce-fees",
"version": "1.0.0",
"type": "module",
"scripts": {
"build": "pnpm -r exec -- npm run build",
"clean": "rimraf packages/us/node_modules && rimraf node_modules pnpm-lock.yaml && pnpm -r exec -- rimraf node_modules pnpm-lock.yaml",
"commit": "git add -A . && git-cz",
"init": "npm i -g commitizen cz-customizable http-server nrm pnpm rimraf tsx typescript yarn && pnpm -r i",
"link": "pnpm -F !@yangzw/bruce-type -F !@yangzw/bruce-ui -F !@yangzw/bruce-us -r exec -- npm link",
"mini": "tsx tasks/mini.ts",
"publish": "pnpm -reg https://registry.npmjs.org/ -r --dry-run --no-git-checks publish",
"publish:npm": "pnpm -reg https://registry.npmjs.org/ -r --no-git-checks publish",
"rebuild": "npm run build && npm run mini",
"rebuild:all": "npm run build && npm run mini && npm run commit",
"rebuild:npm": "npm run clean && npm run init && npm run build && npm run mini && npm run link && npm run commit",
"upgrade": "tsx tasks/upgrade.ts"
},
"config": {
"cz-customizable": {
"config": "czrc.cjs"
}
},
"engines": {
"node": ">=18.18.0",
"npm": ">=9.8.1"
},
"dependencies": {},
"devDependencies": {
"@types/node": "22.5.4",
"@types/semver": "7.5.8",
"@yangzw/bruce-us": "workspace:*",
"semver": "7.6.3",
"terser": "5.32.0",
"tsx": "4.19.1",
"typescript": "5.6.2"
},
"workspaces": [
"packages/*"
],
"license": "MIT",
"private": true
}