{ "name": "beatsaber-metrics-tracker", "description": "", "version": "1.0.0", "main": "dist/index.js", "scripts": { "start": "tsc && node dist/index.js", "tsc": "tsc -w", "dev": "nodemon dist/index.js" }, "author": "", "license": "ISC", "dependencies": { "@influxdata/influxdb-client": "^1.33.2", "dotenv": "^16.3.1", "node-fetch": "^2.6.1", "nodemon": "^3.0.1", "typescript": "^5.2.2" }, "devDependencies": { "@types/node": "^20.8.9", "@types/node-fetch": "^2.6.1" } }