{
  "name": "create-zhin-app",
  "version": "1.0.57",
  "description": "Create a new zhin bot project",
  "type": "module",
  "bin": {
    "create-zhin": "./lib/index.js"
  },
  "files": [
    "lib",
    "template"
  ],
  "dependencies": {
    "fs-extra": "^11.3.6",
    "inquirer": "^14.0.2",
    "chalk": "^5.6.2",
    "yaml": "^2.9.0",
    "@zhin.js/scaffold-wizard": "0.2.0"
  },
  "devDependencies": {
    "@types/node": "^26.1.0",
    "@types/fs-extra": "^11.0.4",
    "@types/inquirer": "^9.0.10",
    "typescript": "^6.0.3"
  },
  "engines": {
    "node": "^20.19.0 || >=22.12.0"
  },
  "keywords": [
    "zhin",
    "bot",
    "create",
    "scaffold",
    "template"
  ],
  "author": "zhin team",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zhinjs/zhin.git",
    "directory": "packages/toolkit/create-zhin"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "clean": "rimraf lib",
    "test": "vitest run --root ../../.. packages/toolkit/create-zhin/tests"
  }
}