UNPKG

qucikie-backend

Version:

quickie-backend template for generating backend using node and typescript

22 lines (21 loc) 425 B
{ "name": "test1", "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "description": "", "dependencies": { "bcryptjs": "^2.4.3", "cors": "^2.8.5", "dotenv": "^16.4.5", "express": "^4.21.0", "jsonwebtoken": "^9.0.2", "nodemon": "^3.1.7", "pg": "^8.13.0", "prisma": "^5.20.0" } }