UNPKG

globaloffensive-promise

Version:

Simply a complete Fork of globaloffensive with some Functions adjusted to support Promises. | A simple API for interacting with the Counter-Strike: Global Offensive/CS2 game coordinator

50 lines (49 loc) 1.45 kB
{ "name": "globaloffensive-promise", "version": "3.3.12", "description": "Simply a complete Fork of globaloffensive with some Functions adjusted to support Promises. | A simple API for interacting with the Counter-Strike: Global Offensive/CS2 game coordinator", "keywords": [ "csgo", "cs:go", "cs", "counter strike", "counter-strike", "counter strike global offensive", "counter-strike global offensive", "global offensive", "valve", "steam" ], "homepage": "https://github.com/DoctorMcKay/node-globaloffensive", "bugs": { "url": "https://github.com/DoctorMcKay/node-globaloffensive/issues" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/DoctorMcKay/node-globaloffensive.git" }, "dependencies": { "bytebuffer": "^5.0.1", "globaloffensive-sharecode": "^1.1.1", "long": "^5.3.2", "once": "^1.4.0", "protobufjs": "^7.2.5", "standard-version": "^9.5.0", "steamid": "^2.0.0" }, "peerDependencies": { "steam-user": ">=4.2.0" }, "devDependencies": { "protobufjs-cli": "^1.1.2", "steam-user": "^4.26.1" }, "scripts": { "generate-protos": "node scripts/generate-protos.js", "release": "standard-version && git add . && git commit -m \"chore(release): version bump\" && git push --follow-tags" }, "engines": { "node": ">=14.0.0" } }