UNPKG

bubbles-express-generator

Version:
45 lines (44 loc) 1.16 kB
{ "name": "{{__PROJECT_NAME__}}", "version": "1.0.0", "description": "", "main": "app.ts", "scripts": { "dev": "tsx watch src/app.ts", "build": "tsc", "start": "node dist/src/app.js", "tsclean": "rm -rf dist tsconfig.tsbuildinfo", "fullclean": "rm -rf dist node_modules package-lock.json tsconfig.tsbuildinfo" }, "keywords": [], "author": "", "license": "ISC", "type": "module", "dependencies": { "bcrypt": "^6.0.0", "cookie-parser": "^1.4.7", "cors": "^2.8.5", "dotenv": "^16.5.0", "drizzle-orm": "^0.44.2", "express": "^5.1.0", "express-validator": "^7.2.1", "http-errors": "^2.0.0", "jsonwebtoken": "^9.0.2", "postgres": "^3.4.7" }, "devDependencies": { "@types/bcrypt": "^5.0.2", "@types/cookie-parser": "^1.4.9", "@types/cors": "^2.8.19", "@types/dotenv": "^6.1.1", "@types/express": "^5.0.3", "@types/express-validator": "^2.20.33", "@types/http-errors": "^2.0.5", "@types/jsonwebtoken": "^9.0.10", "@types/node": "^24.0.3", "drizzle-kit": "^0.31.1", "prettier": "^3.5.3", "tsx": "^4.20.3", "typescript": "^5.8.3" } }