Velar/Backend/package.json

20 lines
367 B
JSON
Raw Normal View History

2025-08-07 01:23:03 -07:00
{
"name": "monarch",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.9.0",
"cors": "^2.8.5",
"dotenv": "^17.2.1",
"express": "^5.1.0",
"mongoose": "^8.15.0"
}
}