{
  "name": "jangular-cli",
  "version": "1.2.5",
  "description": "A powerful CLI tool for rapidly bootstrapping Angular 17 & Spring Boot (Java 21) applications with integrated security, services, and enterprise-ready best practices.",
  "main": "index.js",
  "type": "module",
  "bin": {
    "jangular": "./index.js"
  },
  "scripts": {
    "check": "node lib/requirements.js",
    "build": "npm run test",
    "start": "node index.js",
    "test": "node --check index.js"
  },
  "keywords": [
    "angular",
    "spring-boot",
    "starter-kit",
    "enterprise",
    "development",
    "cli",
    "automation",
    "java",
    "typescript",
    "fullstack",
    "authentication",
    "security",
    "spring-security",
    "angular-services",
    "scaffolding"
  ],
  "author": {
    "name": "Nathan G.",
    "url": "https://github.com/nathangtg"
  },
  "license": "MIT",
  "dependencies": {
    "chalk": "^5.3.0",
    "commander": "^13.1.0",
    "conf": "^12.0.0",
    "execa": "^8.0.1",
    "fs-extra": "^11.3.0",
    "inquirer": "^9.2.15",
    "listr2": "^8.0.2",
    "mustache": "^4.2.0",
    "ora": "^8.0.1",
    "semver": "^7.6.0"
  },
  "devDependencies": {
    "husky": "^9.0.11",
    "jest": "^29.7.0",
    "lint-staged": "^15.2.0"
  },
  "engines": {
    "node": ">=18",
    "java": ">=21"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nathangtg/jangular-cli.git"
  },
  "bugs": {
    "url": "https://github.com/nathangtg/jangular-cli/issues"
  },
  "homepage": "https://github.com/nathangtg/jangular-cli#readme"
}
