{
  "name": "uniboot",
  "version": "1.0.2",
  "description": "A CLI tool for quickly initializing UniApp project templates",
  "main": "dist/index.js",
  "bin": {
    "uniboot": "dist/index.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "ts-node src/index.ts",
    "test": "jest"
  },
  "keywords": [
    "cli",
    "template",
    "uniapp",
    "scaffold"
  ],
  "author": "kuso_kaiser",
  "license": "MIT",
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^12.1.0",
    "fs-extra": "^11.2.0",
    "inquirer": "^8.2.6"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/inquirer": "^9.0.7",
    "@types/node": "^20.11.0",
    "typescript": "^5.3.3"
  }
}
