{
  "name": "@daysnap/cli",
  "version": "0.0.20",
  "description": "工具脚手架",
  "main": "dist/index.js",
  "bin": {
    "dsc": "bin/dsc.js"
  },
  "scripts": {
    "clean": "rimraf ./dist",
    "dev": "npm run clean && tsc --watch",
    "build": "npm run clean && tsc",
    "test": "echo \"Error: no test specified\" && exit 1",
    "release": "npm run build && dsc publish -t",
    "prepare": "husky install && echo 'export PATH=\"/usr/local/bin/:$PATH\"' > ~/.huskyrc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/daysnap/cli.git"
  },
  "keywords": [
    "daysnap",
    "cli",
    "dsc"
  ],
  "files": [
    "bin",
    "dist"
  ],
  "author": "woshiajuana",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/daysnap/cli/issues"
  },
  "homepage": "https://github.com/daysnap/cli#readme",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "engines": {
    "node": "^12.0.0 || >= 14.0.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.4.4",
    "@commitlint/config-conventional": "^17.4.4",
    "@types/ali-oss": "^6.16.7",
    "@types/glob": "^8.0.1",
    "@types/ini": "^1.3.31",
    "@types/inquirer": "^9.0.3",
    "@types/metalsmith": "^2.3.1",
    "@types/minimist": "^1.2.2",
    "@types/node": "^18.11.18",
    "@types/node-fetch": "^2.6.2",
    "@types/rimraf": "^3.0.2",
    "@types/shelljs": "^0.8.11",
    "@typescript-eslint/eslint-plugin": "^5.49.0",
    "@typescript-eslint/parser": "^5.49.0",
    "commitizen": "^4.3.0",
    "eslint": "^8.33.0",
    "eslint-config-prettier": "^8.6.0",
    "eslint-plugin-prettier": "^4.2.1",
    "husky": "^8.0.3",
    "lint-staged": "^13.2.0",
    "prettier": "^2.8.3",
    "typescript": "^4.9.4"
  },
  "dependencies": {
    "@daysnap/require-context": "^0.0.2",
    "@daysnap/utils": "^0.0.41",
    "ali-oss": "^6.17.1",
    "art-template": "^4.13.2",
    "chalk": "^4.1.2",
    "commander": "^10.0.0",
    "deepmerge": "^4.3.0",
    "glob": "^8.1.0",
    "ini": "^3.0.1",
    "inquirer": "^8.2.5",
    "launch-editor": "^2.6.0",
    "leven": "^3.1.0",
    "metalsmith": "^2.5.1",
    "minimist": "^1.2.7",
    "multimatch": "^5.0.0",
    "node-fetch": "^2.6.9",
    "ora": "^5.4.1",
    "rimraf": "^3.0.2",
    "shelljs": "^0.8.5"
  },
  "_moduleAliases": {
    "@": "./dist/"
  },
  "gitHooks": {
    "pre-commit": "lint-staged"
  },
  "lint-staged": {
    "*.{js,ts}": "eslint --fix"
  }
}