UNPKG

jangular-cli

Version:

A powerful CLI tool for rapidly bootstrapping enterprise-grade Angular 17 & Spring Boot (Java 21) applications with integrated security, authentication, database management, and Docker support.

96 lines (95 loc) 2.08 kB
{ "name": "jangular-cli", "version": "2.0.1", "description": "A powerful CLI tool for rapidly bootstrapping enterprise-grade Angular 17 & Spring Boot (Java 21) applications with integrated security, authentication, database management, and Docker support.", "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", "prepublishOnly": "npm run test" }, "keywords": [ "angular", "angular17", "spring-boot", "java21", "starter-kit", "enterprise", "fullstack", "cli", "generator", "scaffolding", "boilerplate", "jwt", "authentication", "authorization", "security", "spring-security", "rest-api", "mysql", "postgresql", "mssql", "docker", "docker-compose", "flyway", "database-migration", "typescript", "tailwind", "microservices", "enterprise-application" ], "author": { "name": "Nathan G.", "email": "nathangtgmy@gmail.com", "url": "https://nathangtg.com/" }, "license": "MIT", "dependencies": { "chalk": "^5.3.0", "commander": "^13.1.0", "conf": "^12.0.0", "execa": "^9.6.0", "fs-extra": "^11.3.0", "inquirer": "^12.9.6", "listr2": "^8.0.2", "mustache": "^4.2.0", "ora": "^9.0.0", "semver": "^7.6.3", "shelljs": "^0.10.0" }, "devDependencies": { "husky": "^9.1.6", "jest": "^29.7.0", "lint-staged": "^15.2.10" }, "engines": { "node": ">=18.0.0", "npm": ">=9.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/nathangtg/jangular-cli.git" }, "bugs": { "url": "https://github.com/nathangtg/jangular-cli/issues" }, "homepage": "https://jangular.nathangtg.com", "files": [ "index.js", "lib/", "templates/", "resources/", "README.md", "LICENSE.txt", "logo.png" ], "publishConfig": { "access": "public" } }