1
0
Fork 0
mirror of https://github.com/voltbonn/diversity.volt.link.git synced 2024-06-24 23:10:57 +00:00
diversity.volt.link/package.json

14 lines
259 B
JSON
Raw Normal View History

2022-11-19 22:27:43 +00:00
{
"dependencies": {
"@fluent/langneg": "^0.6.2",
"cross-fetch": "^3.1.4",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-rate-limit": "^6.4.0",
"mongodb": "^4.9.1"
},
"scripts": {
"start": "node ./backend/index.js"
2022-11-19 22:27:43 +00:00
}
}