mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
22 lines
763 B
JSON
22 lines
763 B
JSON
{
|
|
"name": "zenstack-monorepo",
|
|
"version": "1.0.2",
|
|
"description": "",
|
|
"scripts": {
|
|
"build": "pnpm -r build",
|
|
"test": "ZENSTACK_TEST=1 pnpm -r run test --silent --forceExit",
|
|
"test-ci": "ZENSTACK_TEST=1 pnpm -r run test --silent --forceExit",
|
|
"lint": "pnpm -r lint",
|
|
"publish-all": "pnpm --filter \"./packages/**\" -r publish --access public",
|
|
"publish-preview": "pnpm --filter \"./packages/**\" -r publish --force --registry https://preview.registry.zenstack.dev/"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@changesets/cli": "^2.26.0",
|
|
"concurrently": "^7.4.0",
|
|
"replace-in-file": "^7.0.1",
|
|
"tsup": "^7.1.0"
|
|
}
|
|
}
|