{ "name": "@zenstackhq/cli", "displayName": "ZenStack CLI", "description": "FullStack database toolkit with built-in access control and automatic API generation.", "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", "keywords": [ "orm", "fullstack", "react", "typescript", "data modeling" ], "bin": { "zen": "bin/cli", "zenstack": "bin/cli" }, "files": [ "dist", "bin" ], "scripts": { "build": "tsc --noEmit && tsdown", "watch": "tsdown --watch", "lint": "eslint src --ext ts", "test": "vitest run", "pack": "pnpm pack" }, "exports": { "./package.json": "./package.json" }, "dependencies": { "@zenstackhq/common-helpers": "workspace:*", "@zenstackhq/language": "workspace:*", "@zenstackhq/orm": "workspace:*", "@zenstackhq/schema": "workspace:*", "@zenstackhq/sdk": "workspace:*", "@zenstackhq/server": "workspace:*", "chokidar": "^5.0.0", "colors": "1.4.0", "commander": "^8.3.0", "cors": "^2.8.5", "dotenv": "^17.2.3", "execa": "^9.6.0", "express": "^5.0.0", "jiti": "^2.6.1", "langium": "catalog:", "mixpanel": "^0.18.1", "ora": "^5.4.1", "package-manager-detector": "^1.3.0", "prisma": "catalog:", "semver": "^7.7.2", "terminal-link": "^5.0.0", "ts-pattern": "catalog:", "zod": "catalog:" }, "devDependencies": { "@types/better-sqlite3": "catalog:", "@types/cors": "^2.8.19", "@types/express": "^5.0.0", "@types/pg": "^8.16.0", "@types/semver": "^7.7.0", "@types/tmp": "catalog:", "@zenstackhq/eslint-config": "workspace:*", "@zenstackhq/testtools": "workspace:*", "@zenstackhq/tsdown-config": "workspace:*", "@zenstackhq/typescript-config": "workspace:*", "@zenstackhq/vitest-config": "workspace:*", "tmp": "catalog:" }, "peerDependencies": { "better-sqlite3": "catalog:", "mysql2": "catalog:", "pg": "catalog:" }, "peerDependenciesMeta": { "pg": { "optional": true }, "better-sqlite3": { "optional": true }, "mysql2": { "optional": true } }, "engines": { "node": ">=20" }, "funding": "https://github.com/sponsors/zenstackhq" }