-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) 路 1.27 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) 路 1.27 KB
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
44
{
"name": "@zerva/monorepo",
"type": "module",
"version": "0.87.0",
"private": true,
"packageManager": "pnpm@10.33.0",
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"build": "pnpm -r build",
"bump": "bumpp package.json zerva-*/package.json --commit",
"check": "vue-tsc --noEmit --skipLibCheck",
"clean": "pnpm -r run clean",
"_preinstall": "npx only-allow pnpm",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prune": "pnpm store prune",
"prepublish": "npx only-allow pnpm",
"rebuild": "pnpm -r rebuild",
"release:all": "pnpm -r --filter \"./zerva-*\" publish --access public",
"release": "pnpm run bump && pnpm run build && pnpm run release:all && ./scripts/release.sh",
"reset": "pnpm -r run reset",
"test": "pnpm -r test",
"test:release": "pnpm -r test",
"update": "pnpm -r update -i --latest"
},
"devDependencies": {
"@antfu/eslint-config": "^7.7.3",
"@antfu/ni": "^30.0.0",
"@types/jest": "^30.0.0",
"@types/node": "^25.5.0",
"bumpp": "^11.0.1",
"eslint": "^10.1.0",
"only-allow": "^1.2.2",
"sort-package-json": "^3.6.1",
"tsdown": "^0.21.7",
"typescript": "^6.0.2",
"vite": "^8.0.3",
"vitest": "^4.1.2",
"vue-tsc": "^3.2.6",
"zeed": "^1.3.1"
}
}