[361b83]: / src / package.json

Download this file

19 lines (18 with data), 368 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
{
"name": "src",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.2",
"express-handlebars": "^6.0.2",
"multer": "^1.4.4",
"nodemon": "^2.0.15"
}
}