mc-tracker/package.json

29 lines
678 B
JSON
Raw Normal View History

2024-01-01 03:45:00 +00:00
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2024-01-03 07:25:17 +00:00
"dev": "nodemon --exec ts-node src/index.ts",
"build": "tsup src/index.ts --format cjs,esm",
2024-01-03 07:25:17 +00:00
"start": "node dist/index.js"
2024-01-01 03:45:00 +00:00
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
2024-01-03 07:25:17 +00:00
"@influxdata/influxdb-client": "^1.33.2",
2024-01-01 03:45:00 +00:00
"@types/mcping-js": "^1.5.4",
"@types/node-cron": "^3.0.11",
"dns": "^0.2.2",
2024-01-01 17:04:19 +00:00
"mcpe-ping-fixed": "^0.0.3",
2024-01-01 03:45:00 +00:00
"mcping-js": "^1.5.0",
"node-cron": "^3.0.3",
"ts-node": "^10.9.2",
2024-01-03 07:25:17 +00:00
"tsup": "^8.0.1",
2024-01-01 17:04:19 +00:00
"typescript": "^5.3.3",
2024-01-03 07:40:43 +00:00
"winston": "^3.11.0",
2024-01-01 03:45:00 +00:00
"@types/node": "^20.10.6"
}
}