{
  "name": "@kunlun-qilian/create-app-cli",
  "version": "0.0.2",
  "type": "module",
  "license": "MIT",
  "author": "Lane",
  "bin": {
    "create-app-cli": "index.js"
  },
  "files": [
    "index.js",
    "template-*",
    "dist"
  ],
  "scripts": {
    "dev": "unbuild --stub",
    "build": "unbuild",
    "typecheck": "tsc --noEmit",
    "test-unit": "vitest run",
    "prepare": "husky install"
  },
  "engines": {
    "node": "^14.18.0 || >=16.0.0"
  },
  "keywords": [
    "vite",
    "vite-app",
    "webapp",
    "web-app",
    "react-app",
    "react-app-cli",
    "vue-app",
    "vue-app-cli"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kunlun-qilian/create-app-cli"
  },
  "bugs": {
    "url": "https://github.com/kunlun-qilian/create-app-cli/issues"
  },
  "homepage": "https://github.com/kunlun-qilian/create-app-cli#readme",
  "devDependencies": {
    "@commitlint/cli": "^17.6.7",
    "@commitlint/config-conventional": "^17.6.7",
    "@types/cross-spawn": "^6.0.2",
    "@types/fs-extra": "^11.0.1",
    "@types/minimist": "^1.2.2",
    "@types/node": "^18.16.19",
    "@types/prompts": "^2.4.4",
    "cross-spawn": "^7.0.3",
    "execa": "^7.1.1",
    "fs-extra": "^11.1.1",
    "husky": "^8.0.3",
    "kolorist": "^1.8.0",
    "lint-staged": "^13.2.3",
    "minimist": "^1.2.8",
    "prettier": "^2.8.8",
    "pretty-quick": "^3.1.3",
    "prompts": "^2.4.2",
    "unbuild": "^1.2.1",
    "vitest": "^0.33.0"
  },
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ],
    "rules": {
      "type-enum": [
        2,
        "always",
        [
          "build",
          "chore",
          "ci",
          "docs",
          "feat",
          "fix",
          "perf",
          "refactor",
          "revert",
          "style",
          "test"
        ]
      ]
    }
  },
  "prettier": {
    "trailingComma": "all",
    "arrowParens": "always",
    "printWidth": 120
  }
}
