{
  "name": "cra-template-doly",
  "version": "1.16.1",
  "main": "index.js",
  "repository": "git@github.com:doly-dev/cra-template-doly.git",
  "keywords": [
    "create-react-app",
    "react",
    "template",
    "cra-template",
    "typescript",
    "doly"
  ],
  "author": "caijf <369756941@qq.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/doly-dev/cra-template-doly/issues"
  },
  "homepage": "https://doly-dev.github.io/cra-template-doly-site/latest/index.html",
  "files": [
    "template",
    "template.json"
  ],
  "engines": {
    "node": ">=14"
  },
  "scripts": {
    "commit": "cz",
    "prepare": "husky"
  },
  "config": {
    "commitizen": {
      "path": "@commitlint/cz-commitlint"
    }
  },
  "devDependencies": {
    "@commitlint/cli": "^19.5.0",
    "@commitlint/config-conventional": "^19.5.0",
    "@commitlint/cz-commitlint": "^19.5.0",
    "commitizen": "^4.3.1",
    "husky": "^9.1.6",
    "inquirer": "^9.3.7"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  }
}
