UNPKG

template-maker

Version:

A CLI to generate project templates with alot of options!!

25 lines (24 loc) 510 B
{ "name": "ejs", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js", "dev":"nodemon index.js", "install": "npm install" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "cors": "^2.8.5", "dotenv": "^8.2.0", "express": "^4.17.1", "express-jwt": "^6.0.0", "jsonwebtoken": "^8.5.1", "nodemon": "^2.0.6", "ejs": "^3.1.5" } }