mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
71 lines
2.8 KiB
JSON
71 lines
2.8 KiB
JSON
{
|
|
"name": "zenstack-v3",
|
|
"displayName": "ZenStack",
|
|
"description": "ZenStack",
|
|
"version": "3.7.1",
|
|
"type": "module",
|
|
"author": {
|
|
"name": "ZenStack Team",
|
|
"email": "contact@zenstack.dev"
|
|
},
|
|
"homepage": "https://zenstack.dev",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/zenstackhq/zenstack"
|
|
},
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.33.0",
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"watch": "turbo run watch build",
|
|
"lint": "turbo run lint",
|
|
"test": "turbo run test",
|
|
"test:all": "pnpm run test:sqlite && pnpm run test:pg && pnpm run test:mysql",
|
|
"test:pg": "TEST_DB_PROVIDER=postgresql turbo run test",
|
|
"test:mysql": "TEST_DB_PROVIDER=mysql turbo run test",
|
|
"test:sqlite": "TEST_DB_PROVIDER=sqlite turbo run test",
|
|
"test:coverage": "vitest run --coverage",
|
|
"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-patch": "gh workflow run .github/workflows/bump-version.yml --ref dev -f version_type=patch",
|
|
"bump-minor": "gh workflow run .github/workflows/bump-version.yml --ref dev -f version_type=minor",
|
|
"publish-all": "pnpm --filter \"./packages/**\" -r publish --access public",
|
|
"publish-canary": "pnpm --filter \"./packages/**\" -r publish --access public --tag canary --no-git-checks",
|
|
"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": [],
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.29.0",
|
|
"@types/node": "catalog:",
|
|
"@vitest/coverage-v8": "^4.0.16",
|
|
"eslint": "~9.29.0",
|
|
"glob": "^11.1.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^3.5.3",
|
|
"prisma": "catalog:",
|
|
"tsdown": "^0.21.8",
|
|
"tsx": "^4.20.3",
|
|
"turbo": "^2.5.4",
|
|
"typescript": "catalog:",
|
|
"typescript-eslint": "^8.34.1",
|
|
"vitest": "^4.0.14",
|
|
"yaml": "^2.8.0"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@parcel/watcher",
|
|
"better-sqlite3",
|
|
"esbuild",
|
|
"vue-demi"
|
|
],
|
|
"overrides": {
|
|
"cookie@<0.7.0": ">=0.7.0",
|
|
"lodash-es@>=4.0.0 <=4.17.22": ">=4.17.23",
|
|
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23",
|
|
"@better-auth/core": "1.4.19"
|
|
}
|
|
},
|
|
"funding": "https://github.com/sponsors/zenstackhq"
|
|
}
|