{
  "name": "@kuss/gkd-cli",
  "version": "3.7.1",
  "keywords": [
    "templates",
    "cli"
  ],
  "license": "MIT",
  "author": "KusStar",
  "bin": {
    "gkd": "bin.js"
  },
  "type": "module",
  "files": [
    "bin",
    "dist",
    "config.json"
  ],
  "dependencies": {
    "chalk": "5.1.2",
    "dot-prop": "7.2.0",
    "ejs": "3.1.8",
    "enquirer": "2.3.6",
    "fs-extra": "11.1.0",
    "gdl": "1.8.0",
    "ignore": "5.2.1",
    "ora": "6.1.2",
    "rimraf": "3.0.2",
    "sort-package-json": "2.1.0",
    "temp": "0.9.4",
    "update-notifier": "6.0.2",
    "yargs": "17.6.2"
  },
  "devDependencies": {
    "@changesets/changelog-github": "0.4.7",
    "@types/ejs": "3.1.1",
    "@types/fs-extra": "9.0.13",
    "@types/listr": "0.14.4",
    "@types/node": "18.11.11",
    "@types/temp": "0.9.1",
    "@types/update-notifier": "5.1.0",
    "@types/yargs": "17.0.17",
    "tsup": "^6.5.0",
    "typescript": "4.9.4"
  },
  "engines": {
    "node": ">=12"
  },
  "scripts": {
    "prebuild": "rimraf ./dist/",
    "build": "tsup ./src/index.ts --dts --format esm,cjs --config ./tsconfig.json --shims --minify",
    "start": "npm run build -- --watch"
  }
}