{ "name": "beatsaber-metrics-tracker", "description": "", "version": "1.0.0", "main": "dist/index.js", "scripts": { "start": "node dist/index.js", "tsc": "tsc -w", "build": "tsc", "dev": "nodemon dist/index.js" }, "author": "", "license": "ISC", "dependencies": { "@influxdata/influxdb-client": "^1.33.2", "@sentry/node": "^7.77.0", "axios": "^1.6.0", "dotenv": "^16.3.1", "express": "^4.18.2", "mongoose": "^8.0.0", "node-cron": "^3.0.2", "nodemon": "^3.0.1", "typescript": "^5.2.2", "websocket": "^1.0.34" }, "devDependencies": { "@types/express": "^4.17.20", "@types/node": "^20.8.9", "@types/node-cron": "^3.0.10", "@types/websocket": "^1.0.8" } }