{
  "name": "@tsdiapi/cli",
  "description": "A command-line tool for creating and managing scalable TSDIAPI projects with built-in plugin integration and configuration support.",
  "version": "0.4.0",
  "main": "output/index.js",
  "types": "output/index.d.ts",
  "private": false,
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "tsdiapi": "./output/index.js"
  },
  "scripts": {
    "build": "tsc && npm run copy-files",
    "dev": "tsc -w",
    "copy-files": "cpy \"cpy/**/*\" \"output/\" --parents"
  },
  "author": {
    "name": "Artyom Gorlovetskiy",
    "url": "https://github.com/unbywyd",
    "email": "unbywyd@gmail.com"
  },
  "engines": {
    "node": ">=18.19.0"
  },
  "keywords": [
    "tsdiapi",
    "cli",
    "typescript",
    "fastify",
    "typebox",
    "esm",
    "api",
    "project-initializer",
    "framework"
  ],
  "license": "MIT",
  "dependencies": {
    "@types/figlet": "^1.7.0",
    "ajv": "^8.17.1",
    "boxen": "^8.0.1",
    "chalk": "^5.4.1",
    "commander": "^13.1.0",
    "cpy-cli": "^5.0.0",
    "figlet": "^1.8.0",
    "fs-extra": "^11.3.0",
    "glob": "^11.0.1",
    "gradient-string": "^3.0.0",
    "handlebars": "^4.7.8",
    "inquirer": "^12.3.2",
    "jexl": "^2.3.0",
    "node-fetch": "^3.3.2",
    "ora": "^8.2.0",
    "prismaql": "^0.3.0",
    "ts-morph": "^25.0.1"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/jexl": "^2.3.4",
    "@types/node": "^22.10.10",
    "@types/node-fetch": "^2.6.12",
    "typescript": "^5.7.2"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unbywyd/tsdiapi-cli.git"
  },
  "bugs": {
    "url": "https://github.com/unbywyd/tsdiapi-cli/issues"
  },
  "homepage": "https://tsdiapi.com",
  "files": [
    "output/",
    "README.md",
    "LICENSE.md"
  ]
}