add website tracking
All checks were successful
deploy / deploy (push) Successful in 22s
Publish Docker Image / docker (push) Successful in 46s

This commit is contained in:
Lee
2024-01-04 00:57:21 +00:00
parent 358bb6272c
commit ff11240334
7 changed files with 195 additions and 3 deletions

View File

@ -14,7 +14,9 @@
"dependencies": {
"@influxdata/influxdb-client": "^1.33.2",
"@types/mcping-js": "^1.5.4",
"@types/node": "^20.10.6",
"@types/node-cron": "^3.0.11",
"axios": "^1.6.4",
"dns": "^0.2.2",
"mcpe-ping-fixed": "^0.0.3",
"mcping-js": "^1.5.0",
@ -22,7 +24,6 @@
"ts-node": "^10.9.2",
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"winston": "^3.11.0",
"@types/node": "^20.10.6"
"winston": "^3.11.0"
}
}