zenstack/package.json
Yiming Cao e0fac4f76b
feat: add "create-zenstack" and "init" command (#20)
* feat: add "create-zenstack" and "init" command

* update

* dedup package names

* remove duplicated code
2025-06-13 22:23:22 +08:00

34 lines
1.1 KiB
JSON

{
"name": "zenstack-v3",
"version": "3.0.0-alpha.0",
"description": "ZenStack",
"packageManager": "pnpm@10.12.1",
"scripts": {
"build": "pnpm -r build",
"watch": "pnpm -r --parallel watch",
"lint": "pnpm -r lint",
"test": "pnpm vitest",
"publish-preview": "pnpm --filter \"./packages/**\" -r publish --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": "ISC",
"devDependencies": {
"@swc/core": "^1.10.15",
"@typescript-eslint/eslint-plugin": "~7.3.1",
"@typescript-eslint/parser": "~7.3.1",
"eslint": "~8.57.1",
"npm-run-all": "^4.1.5",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"turbo": "^2.3.3",
"typescript": "~5.7.3",
"vitest": "^3.1.1"
},
"pnpm": {
"onlyBuiltDependencies": [
"better-sqlite3"
]
}
}