forked from DoctorMcKay/node-globaloffensive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.03 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "globaloffensive",
"version": "3.1.0",
"description": "Exposes 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.2.3",
"protobufjs": "^7.2.5",
"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"
},
"engines": {
"node": ">=14.0.0"
}
}