el.xwx.moe/webmarker_backend/package.json

16 lines
300 B
JSON
Raw Normal View History

2022-04-19 07:22:53 -05:00
{
"name": "webmarker_backend",
"version": "1.0.0",
"description": "The backend",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"express": "^4.17.3",
"mongodb": "^4.5.0"
}
}