{
  "name": "create-axboot",
  "version": "0.0.13",
  "description": "",
  "repository": {
    "type": "git",
    "url": "https://github.com/axisj/axboot.git",
    "directory": "packages/create-axboot"
  },
  "bin": "bin/index.js",
  "type": "module",
  "scripts": {
    "create-axboot": "create-axboot",
    "build": "tsc --p tsconfig.json",
    "watch": "tsc --p tsconfig.json --watch",
    "make:classic": "rm -rf templates/classic-typescript/* && mkdir templates/classic-typescript/src && cp -r -f ../../src/* templates/classic-typescript/src && cp ../../package.json templates/classic-typescript"
  },
  "dependencies": {
    "chalk": "^5.3.0",
    "commander": "^5.1.0",
    "fs-extra": "^11.0.0",
    "lodash": "^4.17.21",
    "prompts": "^2.4.2",
    "semver": "^7.5.4",
    "shelljs": "^0.8.5",
    "supports-color": "^9.4.0",
    "tslib": "^2.6.0"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.0",
    "@types/lodash": "^4.17.6",
    "@types/node": "^18.16.19",
    "@types/prompts": "^2.4.4",
    "@types/semver": "^7.5.0",
    "@types/shelljs": "^0.8.14",
    "@types/supports-color": "^8.1.1"
  },
  "engines": {
    "node": ">=18.0"
  },
  "author": "AXISJ Inc, JANG KI-YOUNG(tom@axisj.com), https://github.com/axisj",
  "license": "ISC"
}
