eo-services/package.json
Peter Morton d7cebcb7f5
Some checks are pending
clarama/eo-services/pipeline/head Build queued...
separated client
2022-10-18 00:18:09 -05:00

25 lines
516 B
JSON

{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.1.2",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"morgan": "^1.10.0",
"nodemon": "^2.0.20",
"query-string": "^7.1.1"
}
}