nhb-express
Version:
Express TypeScript Server Scaffold
65 lines • 1.23 kB
JSON
{
"name": "nhb-express",
"version": "1.4.56",
"description": "Express TypeScript Server Scaffold",
"main": "bin/index.mjs",
"type": "module",
"bin": {
"nhb-express": "bin/index.mjs"
},
"publishConfig": {
"access": "public"
},
"files": [
"bin",
"templates",
"README.md",
"LICENSE",
"package.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nazmul-nhb/nhb-express.git"
},
"keywords": [
"nhb",
"express",
"starter",
"mongodb",
"typescript",
"cli",
"node",
"zod",
"nodejs",
"boilerplate",
"mongoose"
],
"author": {
"name": "Nazmul Hassan",
"email": "nazmulnhb@gmail.com"
},
"license": "MIT",
"dependencies": {
"@clack/prompts": "^0.11.0",
"chalk": "5.6.0",
"execa": "^9.6.0",
"nhb-toolbox": "^4.14.13",
"type-fest": "^4.41.0"
},
"devDependencies": {
"@types/node": "^24.3.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.5",
"nhb-scripts": "^1.8.58",
"prettier": "^3.6.2"
},
"engines": {
"node": ">=18"
},
"scripts": {
"commit": "nhb-commit",
"count": "nhb-count",
"format": "nhb-format",
"delete": "nhb-delete"
}
}