{ "name": "servergen", "version": "2.5.0", "description": "CLI that scaffolds production-ready Node.js, Express, and Hono apps with practical defaults, optional views, MongoDB, Postgres, Prisma, OpenAPI, and Docker support.", "type": "module", "main": "./index.js", "engines": { "node": ">=20" }, "files": [ "bin", "lib", "index.js", "templates", "README.md", "CHANGELOG.md", "LICENSE" ], "scripts": { "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "test:package": "vitest run --config vitest.smoke.config.js" }, "repository": { "type": "git", "url": "git+https://github.com/theinfosecguy/ServerGen.git" }, "keywords": [ "api", "backend", "boilerplate", "cli", "docker", "express", "generator", "hono", "mongodb", "mvc", "nodejs", "postgres", "postgresql", "prisma", "scaffold", "scaffolding" ], "author": "Keshav Malik", "bin": { "servergen": "bin/servergen.js" }, "preferGlobal": true, "license": "MIT", "bugs": { "url": "https://github.com/theinfosecguy/ServerGen/issues" }, "homepage": "https://github.com/theinfosecguy/ServerGen#readme", "dependencies": { "chalk": "^5.6.2", "commander": "^14.0.2", "fs-extra": "^11.3.5" }, "devDependencies": { "@vitest/coverage-istanbul": "^4.1.8", "vitest": "^4.1.8" } }