mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
42 lines
1.6 KiB
JSON
42 lines
1.6 KiB
JSON
{
|
|
"name": "zenstack-v3",
|
|
"version": "3.0.0-beta.18",
|
|
"description": "ZenStack",
|
|
"packageManager": "pnpm@10.20.0",
|
|
"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",
|
|
"prisma": "catalog:"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"better-sqlite3"
|
|
]
|
|
}
|
|
}
|