Skylar Sadlier c0c40910ae - Update GameDig from 5.1.0 to 5.1.4
- Errors in parsing GameDig response now throw an error instead of returning to output
- Prevents "Class constructor Players cannot be invoked without 'new'" error
  when Node-RED attempts to clone the server response data (this happens when the gamedig node feeds into a function node for example)
2024-11-21 11:08:03 -07:00

29 lines
690 B
JSON

{
"name": "node-red-contrib-gamedig",
"version": "3.0.1",
"description": "Query for the status of any game server using node-red",
"repository": {
"type": "git",
"url": "git+https://github.com/skylord123/node-red-contrib-gamedig.git"
},
"author": "skylord123",
"license": "MIT",
"bugs": {
"url": "https://github.com/skylord123/node-red-contrib-gamedig/issues"
},
"homepage": "https://github.com/skylord123/node-red-contrib-gamedig#readme",
"keywords": [
"node-red",
"gamedig",
"query game server"
],
"node-red": {
"nodes": {
"query-game-server": "query-game-server.js"
}
},
"dependencies": {
"gamedig": "^5.1.4"
}
}