{
  "name": "deadlibrary-cli",
  "version": "0.4.5",
  "description": "Deterministic Angular and Angular Material code generation CLI.",
  "main": "./dist/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "NODE_ENV=development ts-node src/index.ts"
  },
  "knip": {
    "entry": [
      "src/index.ts"
    ],
    "project": [
      "src/**/*.ts"
    ]
  },
  "author": "Dead Development LLC",
  "license": "SEE LICENSE IN LICENSE",
  "dependencies": {
    "@prettier/plugin-php": "^0.25.0",
    "@wasm-fmt/gofmt": "^0.7.3",
    "chalk": "^4.1.2",
    "commander": "^14.0.1",
    "firebase": "^12.2.1",
    "open": "^11.0.0",
    "ora": "^8.2.0",
    "prettier": "3.8.1",
    "prettier-plugin-java": "^2.10.1",
    "prettier-plugin-rust": "^0.1.9",
    "prompts": "^2.4.2"
  },
  "devDependencies": {
    "@types/node": "^22.13.8",
    "@types/prompts": "^2.4.9",
    "knip": "^6.4.0",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.2"
  },
  "bin": {
    "dead": "./dist/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/DeadDevelopment/DeadLibrary-CLI.git"
  },
  "homepage": "https://deaddevelopment.com/",
  "keywords": [
    "angular",
    "angular-material",
    "code-generation",
    "cli",
    "deterministic",
    "scaffolding",
    "developer-tools",
    "ai-agent",
    "claude-code"
  ]
}
