Files
dashboard/backend/package.json

19 lines
482 B
JSON

{
"name": "simcompanies-dashboard-backend",
"version": "0.1.0",
"description": "The backend for the Sim Companies dashboard providing prices from the database",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Oliver Boehlk",
"license": "GPL-3.0",
"dependencies": {
"express": "^4.17.1",
"http-status": "^1.4.2",
"mysql": "^2.18.1",
"nodemon": "^2.0.2"
}
}