18 lines
358 B
JSON
18 lines
358 B
JSON
{
|
|
"name": "td4",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node js index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"ejs": "^2.7.1",
|
|
"express": "^4.17.1",
|
|
"mongodb": "^3.6.2"
|
|
}
|
|
}
|