{
  "name": "@trapar-waves/cli-template",
  "version": "1.0.9",
  "description": "A CLI template with TypeScript, tsup, consola, destr, and picocolors, offering efficient builds, logging, data parsing, and colorful output, with ESLint for quality.",
  "author": {
    "email": "admin@rikka.cc",
    "name": "Rikka",
    "url": "https://github.com/Muromi-Rikka"
  },
  "license": "MIT",
  "homepage": "https://github.com/Trapar-waves/cli-template",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Trapar-waves/cli-template.git"
  },
  "bugs": {
    "url": "https://github.com/Trapar-waves/cli-template/issues"
  },
  "keywords": [
    "cli",
    "template",
    "typescript",
    "tsup",
    "consola",
    "destr",
    "picocolors",
    "eslint"
  ],
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "cli-template": "./bin/run"
  },
  "scripts": {
    "start": "ts-node ./bin/run.ts",
    "start:node": "node ./bin/run",
    "build": "tsup-node",
    "build:watch": "tsup-node --watch"
  },
  "dependencies": {
    "consola": "^3.4.2",
    "destr": "^2.0.5",
    "picocolors": "^1.1.1"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^4.14.1",
    "eslint": "^9.29.0",
    "eslint-plugin-format": "^1.0.1",
    "ts-node": "^10.9.2",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3"
  }
}
