UNPKG

qucikie-backend

Version:

quickie-backend template for generating backend using node and typescript

24 lines (23 loc) 446 B
{ "name": "tstemplate", "version": "1.0.0", "main": "index.js", "directories": { "lib": "lib" }, "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.7", "express": "^4.21.1", "jsonwebtoken": "^9.0.2", "nodemon": "^3.1.7", "pg": "^8.13.1" } }