el.xwx.moe/api/package.json

23 lines
432 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": {
2022-04-26 05:50:07 -05:00
"cheerio": "^1.0.0-rc.10",
2022-05-10 11:40:08 -05:00
"cors": "^2.8.5",
2022-04-19 07:22:53 -05:00
"express": "^4.17.3",
2022-04-22 07:13:22 -05:00
"mongodb": "^4.5.0",
2022-04-26 05:50:07 -05:00
"phantom": "^6.3.0",
"url-parse": "^1.5.10"
2022-04-22 07:13:22 -05:00
},
"devDependencies": {
"nodemon": "^2.0.15"
2022-04-19 07:22:53 -05:00
}
}