el.xwx.moe/webmarker_backend/package.json

20 lines
351 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": {
2022-04-22 07:13:22 -05:00
"dev": "nodemon server.js"
2022-04-19 07:22:53 -05:00
},
"author": "",
"license": "MIT",
"dependencies": {
"express": "^4.17.3",
2022-04-22 07:13:22 -05:00
"mongodb": "^4.5.0",
"phantom": "^6.3.0"
},
"devDependencies": {
"nodemon": "^2.0.15"
2022-04-19 07:22:53 -05:00
}
}