UNPKG

create-new-express-app

Version:

A CLI tool to create a TypeScript Express application with best practices

71 lines (70 loc) 1.69 kB
{ "name": "create-new-express-app", "version": "1.0.13", "description": "A CLI tool to create a TypeScript Express application with best practices", "main": "dist/index.js", "bin": { "create-new-express-app": "dist/index.js" }, "files": [ "dist", "templates", "LICENSE", "README.md" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "postinstall": "chmod +x dist/index.js || exit 0" }, "repository": { "type": "git", "url": "git+https://github.com/NitinS87/create-new-express-app.git" }, "author": "Nitin Sharma <nitins9868@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/NitinS87/create-new-express-app/issues" }, "homepage": "https://github.com/NitinS87/create-new-express-app#readme", "keywords": [ "Node.js", "Express", "Typescript", "Zod", "Prisma", "Jest", "Morgan", "Winston", "Prettier", "ESLint", "Husky" ], "dependencies": { "@types/async-retry": "^1.4.9", "@types/cross-spawn": "^6.0.6", "@types/fs-extra": "^11.0.4", "@types/node": "^22.14.1", "@types/prompts": "^2.4.9", "@types/validate-npm-package-name": "^4.0.2", "async-retry": "^1.3.3", "async-sema": "^3.1.1", "ci-info": "^4.2.0", "commander": "^13.1.0", "conf": "^13.1.0", "cross-spawn": "^7.0.6", "fast-glob": "^3.3.3", "fs-extra": "^11.3.0", "picocolors": "^1.1.1", "prompts": "^2.4.2", "typescript": "^5.8.3", "update-check": "^1.5.4", "validate-npm-package-name": "^6.0.0" }, "engines": { "node": ">=18.18.0" }, "devDependencies": { "ts-node": "^10.9.2" } }