{
  "name": "@devstroupe/devkit-cli",
  "version": "1.1.16",
  "description": "DevsTroupe Development Kit CLI — scaffold NestJS+Angular projects, inject Spartan UI, generate CRUDs and audit architectural governance",
  "license": "MIT",
  "keywords": [
    "devstroupe",
    "devkit",
    "cli",
    "nestjs",
    "angular",
    "spartan",
    "crud",
    "scaffolding",
    "generator",
    "code-generation",
    "governance"
  ],
  "homepage": "https://github.com/devstroupe/devkit#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/devstroupe/devkit.git",
    "directory": "packages/devkit-cli"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "main": "dist/index.js",
  "bin": {
    "devstroupe": "./dist/index.js"
  },
  "dependencies": {
    "commander": "^12.0.0",
    "fs-extra": "^11.2.0",
    "@devstroupe/devkit-core": "1.1.16"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/node": "^20.11.0",
    "typescript": "^5.4.5"
  },
  "scripts": {
    "build": "tsc && node postbuild.js && chmod +x dist/index.js",
    "test": "tsc && node --test dist/rules/linter-rules.test.js dist/templates/relationship-templates.test.js"
  }
}