{
  "name": "chore-cli",
  "version": "0.2.3",
  "description": "️TypeScript development infrastructure generator.",
  "scripts": {
    "lint": "eslint '*/**/*.{js,ts,tsx}'",
    "build": "ts-node scripts/build.ts",
    "test": "jest --coverage",
    "husky": "husky install"
  },
  "bin": {
    "chore": "src/chore.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/iwfan/chore-cli.git"
  },
  "keywords": [
    "cli",
    "chore"
  ],
  "author": "iwfan <i.wangfancn@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/iwfan/chore-cli/issues"
  },
  "homepage": "https://github.com/iwfan/chore-cli#readme",
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  },
  "lint-staged": {
    "*.{js,ts,jsx,tsx,scss,css,json,md}": [
      "pretty-quick --staged"
    ],
    "*.{js,ts,jsx,tsx}": [
      "eslint --fix"
    ]
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^8.2.0",
    "ejs": "^3.1.6",
    "execa": "^5.1.1",
    "fs-extra": "^10.0.0",
    "inquirer": "^8.1.5",
    "lint-staged": "^11.1.2",
    "lodash.camelcase": "^4.3.0",
    "ora": "^5.4.1",
    "prettier": "^2.4.1",
    "tslib": "^2.3.1",
    "yargs": "^17.2.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^13.1.0",
    "@commitlint/config-conventional": "^13.1.0",
    "@types/ejs": "^3.1.0",
    "@types/fs-extra": "^9.0.13",
    "@types/glob": "^7.1.4",
    "@types/inquirer": "^7.3.3",
    "@types/jest": "^27.0.2",
    "@types/lodash.camelcase": "^4.3.6",
    "@types/node": "^16.9.6",
    "@types/prettier": "^2.3.2",
    "@types/yargs": "^17.0.3",
    "@typescript-eslint/eslint-plugin": "^4.31.2",
    "@typescript-eslint/parser": "^4.31.2",
    "esbuild": "^0.12.29",
    "eslint": "^7.32.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-jest": "^24.4.2",
    "eslint-plugin-prettier": "^3.4.1",
    "glob": "^7.2.0",
    "husky": "^7.0.2",
    "jest": "^27.2.1",
    "pretty-quick": "^3.1.1",
    "ts-jest": "^27.0.5",
    "ts-node": "^10.2.1",
    "typescript": "^4.4.3"
  }
}
