csgocoordinator
Version:
A node-steam plugin to coordinate with Counter-Strike: Global Offensive.
40 lines (39 loc) • 846 B
JSON
{
"name": "csgocoordinator",
"version": "1.2.0",
"description": "A node-steam plugin to coordinate with Counter-Strike: Global Offensive.",
"main": "index.js",
"keywords": [
"Steam",
"CSGO",
"Game",
"Coordinator",
"Rank",
"Commend",
"Report",
"Profile"
],
"author": "Michael Andreasen",
"license": "MIT",
"scripts": {
"protos": "node ./lib/updateProtos.js"
},
"homepage": "https://github.com/mandreasen/CSGOCoordinator",
"bugs": {
"url": "https://github.com/mandreasen/CSGOCoordinator/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/mandreasen/CSGOCoordinator.git"
},
"dependencies": {
"@mandreasen/nodejs-stats-reporter": "^1.0.1",
"bignumber.js": "^6.0.0",
"long": "^4.0.0",
"protobufjs": "^5.0.1"
},
"devDependencies": {
"steam": "^1.4.0",
"steam-totp": "^2.0.1"
}
}