microservices/assignment-service/package.json

21 lines
378 B
JSON
Raw Normal View History

2025-04-24 11:36:30 -07:00
{
"name": "auth-service",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"dev": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.8.4",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^5.1.0",
"express-session": "^1.18.1",
"nodemon": "^3.1.9"
}
}