{
  "name": "create-ts-frame",
  "version": "0.6.2",
  "type": "module",
  "author": {
    "name": "hacxy",
    "email": "hacxy.js@outlook.com",
    "url": "https://github.com/hacxy"
  },
  "license": "MIT",
  "description": "",
  "homepage": "https://github.com/hacxy/create-ts-frame",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hacxy/create-ts-frame.git"
  },
  "bugs": {
    "url": "https://github.com/hacxy/create-ts-frame/issues"
  },
  "bin": {
    "create-ts-frame": "dist/index.mjs",
    "ctf": "dist/index.mjs"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "templates"
  ],
  "scripts": {
    "dev": "unbuild --stub",
    "build": "unbuild",
    "typecheck": "tsc --noEmit",
    "sync-template": "rimraf templates && node scripts/sync-template.js",
    "release": "release-it"
  },
  "engines": {
    "node": "^18.0.0 || >=20.0.0"
  },
  "keywords": [
    "cli"
  ],
  "devDependencies": {
    "@release-it/conventional-changelog": "^8.0.1",
    "@types/cross-spawn": "^6.0.6",
    "@types/fs-extra": "^11.0.4",
    "@types/minimist": "^1.2.5",
    "@types/prompts": "^2.4.9",
    "cross-spawn": "^7.0.3",
    "degit": "^2.8.4",
    "fs-extra": "^11.2.0",
    "kolorist": "^1.8.0",
    "minimist": "^1.2.8",
    "prompts": "^2.4.2",
    "release-it": "^17.1.1",
    "rimraf": "^5.0.5",
    "tianjie": "^0.1.0",
    "typescript": "^5.4.2",
    "unbuild": "^2.0.0"
  }
}
