venmjs
Version:
This is a tool 🔧 that can be installed in your terminal at any time ⛏️ it was made for beginners and even for experts, for his utilities, and for a simple creation process 🧨. Every web developer knows how frustrating is to deal with the creation of a ne
23 lines (22 loc) • 473 B
JSON
{
"name": "server-template",
"version": "1.0.0",
"description": "Express.js template",
"main": "server.js",
"scripts": {
"dev": "node server.js",
"serve": "nodemon server.js",
"format": "prettier server.js **/*.js --write"
},
"license": "ISC",
"dependencies": {
"cors": "^2.8.4",
"dotenv": "^8.2.0",
"express": "^4.16.3",
"mongoose": "^6.0.11"
},
"devDependencies": {
"nodemon": "^1.18.3",
"prettier": "^2.0.5"
}
}