{
  "name": "@lark-apaas/fullstack-cli",
  "version": "1.1.39",
  "description": "CLI tool for fullstack template management",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": "./bin/cli.js",
  "files": [
    "dist",
    "templates",
    "bin"
  ],
  "scripts": {
    "build": "tsup",
    "test": "vitest run",
    "test:watch": "vitest",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "fullstack",
    "cli",
    "template"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0",
    "npm": ">=9.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@lark-apaas/http-client": "^0.1.2",
    "@lydell/node-pty": "1.1.0",
    "@vercel/nft": "^0.30.3",
    "commander": "^13.0.0",
    "debug": "^4.4.3",
    "dotenv": "^16.0.0",
    "drizzle-kit": "0.31.5",
    "drizzle-orm": "0.44.6",
    "es-toolkit": "^1.44.0",
    "inflection": "^3.0.2",
    "pinyin-pro": "^3.27.0",
    "postgres": "^3.4.3",
    "shadcn": "3.8.2",
    "ts-morph": "^27.0.0",
    "zod-to-json-schema": "^3.24.1"
  },
  "devDependencies": {
    "@types/debug": "^4",
    "@types/node": "^22.0.0",
    "tsup": "^8.3.5",
    "typescript": "^5.9.2",
    "vitest": "^3.2.4"
  },
  "peerDependencies": {
    "typescript": "^5.9.2"
  }
}
