lts-stats-api/package.json
2023-01-15 18:42:26 +01:00

31 lines
700 B
JSON

{
"name": "lts-stats",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docker-build": "docker build -t arhuako/ltsapi .",
"dev": "nodemon ./index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.2.2",
"body-parser": "^1.20.1",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"helmet": "^6.0.1",
"moment": "^2.29.4",
"mongodb": "^4.13.0",
"node": "^19.3.0",
"node-cron": "^3.0.2",
"promise-mysql": "^5.2.0",
"redis": "^4.5.1"
},
"devDependencies": {
"eslint": "^8.31.0",
"nodemon": "^2.0.20"
}
}