{
  "name": "create-zenstack",
  "displayName": "Create ZenStack",
  "description": "Create a new ZenStack project",
  "version": "3.9.4",
  "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": [],
  "files": [
    "dist"
  ],
  "bin": {
    "create-zenstack": "bin/cli"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "dependencies": {
    "colors": "1.4.0",
    "commander": "^8.3.0",
    "ora": "^5.4.1"
  },
  "devDependencies": {
    "@types/node": "^20.19.0",
    "@zenstackhq/tsdown-config": "3.9.4",
    "@zenstackhq/eslint-config": "3.9.4",
    "@zenstackhq/typescript-config": "3.9.4"
  },
  "funding": "https://github.com/sponsors/zenstackhq",
  "scripts": {
    "build": "tsc --noEmit && tsdown",
    "lint": "eslint src --ext ts",
    "pack": "pnpm pack"
  }
}