{
  "name": "cookie-cli",
  "version": "1.2.0",
  "description": "cookie's cli",
  "type": "module",
  "license": "MIT",
  "author": "fortune cookie <767077147@qq.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/fortune-cook1e/cookie-cli.git"
  },
  "bin": {
    "cookie": "bin/cookie.js"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": "./dist/index.js",
  "files": [
    "dist",
    "bin",
    "configs"
  ],
  "keywords": [
    "react",
    "cli"
  ],
  "engines": {
    "node": "^14.18.0 || >=16.0.0"
  },
  "devDependencies": {
    "@tsconfig/node14": "^1.0.3",
    "@types/cross-spawn": "^6.0.2",
    "@types/fs-extra": "^9.0.13",
    "@types/inquirer": "^9.0.2",
    "@types/minimist": "^1.2.2",
    "@typescript-eslint/eslint-plugin": "^5.39.0",
    "@typescript-eslint/parser": "^5.30.5",
    "eslint": "^8.19.0",
    "eslint-config-alloy": "^4.7.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^4.2.1",
    "prettier": "^2.7.1",
    "rimraf": "^3.0.2",
    "typescript": "^4.7.4"
  },
  "dependencies": {
    "chalk": "^5.1.0",
    "cross-spawn": "^7.0.3",
    "download-git-repo": "^3.0.2",
    "fs-extra": "^10.1.0",
    "inquirer": "8.0.1",
    "minimist": "^1.2.6",
    "ora": "^6.1.2",
    "semver": "^7.3.8"
  },
  "scripts": {
    "dev": "rimraf dist && tsc -w",
    "compile": "rimraf dist && tsc",
    "lint": "eslint src --ext .js,.ts --fix",
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}