{
  "name": "create-chopper",
  "version": "1.1.38",
  "description": "just a cli",
  "author": "wzy",
  "homepage": "https://gitee.com/justit/create-chopper/blob/master/README.md",
  "repository": {
    "type": "gitee",
    "url": "https://gitee.com/justit/create-chopper"
  },
  "bin": {
    "chopper": "dist/index.mjs"
  },
  "scripts": {
    "lint": "eslint ./src/**/*.ts --fix",
    "dev": "tsup --watch --sourcemap",
    "build": "tsup",
    "deliver": "tsup && npm publish"
  },
  "files": [
    "dist"
  ],
  "license": "ISC",
  "devDependencies": {
    "@types/adm-zip": "^0.5.0",
    "@types/prompts": "^2.0.14",
    "@typescript-eslint/eslint-plugin": "^5.37.0",
    "@typescript-eslint/parser": "^5.37.0",
    "eslint": "^8.23.1",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-n": "^15.2.5",
    "eslint-plugin-promise": "^6.0.1",
    "kolorist": "^1.6.0",
    "tsup": "^8.5.0",
    "typescript": "^4.8.3"
  },
  "dependencies": {
    "adm-zip": "^0.5.9",
    "commander": "^9.4.0",
    "env-paths": "^3.0.0",
    "ora": "^6.1.2",
    "prompts": "^2.4.2"
  }
}
