forked from zenstackhq/zenstack-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.53 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.53 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
{
"name": "zenstack-v3",
"version": "3.0.0-beta.9",
"description": "ZenStack",
"packageManager": "pnpm@10.12.1",
"scripts": {
"build": "turbo run build",
"watch": "turbo run watch build",
"lint": "turbo run lint",
"test": "vitest run",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"pr": "gh pr create --fill-first --base dev",
"merge-main": "gh pr create --title \"merge dev to main\" --body \"\" --base main --head dev",
"bump-version": "gh workflow run .github/workflows/bump-version.yml --ref dev",
"publish-all": "pnpm --filter \"./packages/**\" -r publish --access public --tag next",
"publish-preview": "pnpm --filter \"./packages/**\" -r publish --tag next --force --registry https://preview.registry.zenstack.dev/",
"unpublish-preview": "pnpm --filter \"./packages/**\" -r --shell-mode exec -- npm unpublish -f --registry https://preview.registry.zenstack.dev/ \"\\$PNPM_PACKAGE_NAME\""
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.29.0",
"@types/node": "catalog:",
"eslint": "~9.29.0",
"glob": "^11.0.2",
"prettier": "^3.5.3",
"tsup": "^8.5.0",
"tsx": "^4.20.3",
"turbo": "^2.5.4",
"typescript": "catalog:",
"typescript-eslint": "^8.34.1",
"vitest": "^3.2.4",
"yaml": "^2.8.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3"
]
}
}