MatchmakingServer/package.json
2023-06-18 09:05:46 -07:00

24 lines
522 B
JSON

{
"name": "api",
"version": "0.1.1",
"description": "Obsidian Core Services Server",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"author": "James Quinley",
"dependencies": {
"axios": "^1.3.4",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"js-sha256": "^0.9.0",
"mongo": "^0.1.0",
"mongodb": "^4.16.0",
"nodemon": "^2.0.20",
"request-ip": "^3.3.0",
"undici": "^5.13.0"
}
}