{
  "name": "anydemo",
  "version": "1.0.1",
  "description": "脚手架工具",
  "main": "dist/main.js",
  "bin": {
    "any": "dist/index.js"
  },
  "commandName": "any",
  "scripts": {
    "dev": "tsc --watch",
    "build": "tsc",
    "prepublishOnly": "tsc"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/any-demo/cli.git"
  },
  "files": [
    "dist",
    "package.json",
    "README.md"
  ],
  "keywords": [
    "脚手架",
    "代码片段",
    "常用代码"
  ],
  "author": "haijee",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/any-demo/cli/issues"
  },
  "homepage": "https://github.com/any-demo/cli#readme",
  "dependencies": {
    "@types/node": "^18.14.2",
    "commander": "^10.0.0",
    "git-clone": "^0.2.0",
    "git-remote-dir": "^1.0.2",
    "inquirer": "^8.0.0",
    "shelljs": "^0.8.5",
    "typescript": "^4.9.5"
  }
}
