mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-10-31 19:41:04 +01:00
54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"name": "gamedig",
|
|
"description": "Query for the status of any game server in Node.JS",
|
|
"tags": [
|
|
"srcds",
|
|
"query",
|
|
"game",
|
|
"utility",
|
|
"util",
|
|
"server"
|
|
],
|
|
"main": "lib/index.js",
|
|
"author": "GameDig Contributors",
|
|
"version": "2.0.20",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/gamedig/node-gamedig.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gamedig/node-gamedig/issues"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"dependencies": {
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"compressjs": "^1.0.2",
|
|
"gbxremote": "^0.2.1",
|
|
"got": "^11.4.0",
|
|
"iconv-lite": "^0.6.1",
|
|
"long": "^4.0.0",
|
|
"minimist": "^1.2.5",
|
|
"moment": "^2.27.0",
|
|
"punycode": "^2.1.1",
|
|
"varint": "^5.0.0"
|
|
},
|
|
"bin": {
|
|
"gamedig": "bin/gamedig.js"
|
|
},
|
|
"files": [
|
|
"bin/gamedig.js",
|
|
"lib/",
|
|
"protocols/",
|
|
"games.txt",
|
|
"LICENSE",
|
|
"README.md"
|
|
],
|
|
"devDependencies": {
|
|
"@types/cheerio": "^0.22.18",
|
|
"@types/node": "^8.10.61"
|
|
}
|
|
}
|