zenstack/package.json

23 lines
559 B
JSON

{
"name": "zenstack-v3",
"version": "3.0.0-alpha.1",
"description": "ZenStack",
"packageManager": "pnpm@10.0.0",
"scripts": {
"build": "pnpm -r build",
"watch": "pnpm -r --parallel watch",
"test": "pnpm vitest"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@swc/core": "^1.10.15",
"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"
}
}