1
0
Fork 0
mirror of https://github.com/voltbonn/diversity.volt.link.git synced 2024-05-12 07:51:29 +00:00
diversity.volt.link/package.json
2022-11-21 16:39:55 +01:00

14 lines
259 B
JSON

{
"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"
}
}