mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
19 lines
637 B
JSON
19 lines
637 B
JSON
{
|
|
"name": "zenstack-monorepo",
|
|
"version": "1.0.0-alpha.116",
|
|
"description": "",
|
|
"scripts": {
|
|
"build": "pnpm -r build",
|
|
"test": "pnpm -r run test --silent",
|
|
"lint": "pnpm -r lint",
|
|
"publish-all": "pnpm --filter \"./packages/**\" -r publish --access public",
|
|
"publish-dev": "pnpm --filter \"./packages/**\" -r publish --access public --tag dev",
|
|
"publish-canary": "pnpm --filter \"./packages/**\" -r publish --access public --tag canary"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@changesets/cli": "^2.26.0"
|
|
}
|
|
}
|