forked from DoctorMcKay/node-steam-user
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.17 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
47
48
49
{
"name": "steam-user",
"version": "3.27.1",
"description": "Steam client for Individual and AnonUser Steam account types",
"keywords": [
"steam",
"steam client",
"steam user"
],
"homepage": "https://github.com/DoctorMcKay/node-steam-user",
"bugs": {
"url": "https://github.com/DoctorMcKay/node-steam-user/issues"
},
"license": "MIT",
"author": {
"name": "Alex Corn",
"email": "[email protected]",
"url": "https://www.doctormckay.com"
},
"repository": {
"type": "git",
"url": "https://github.com/DoctorMcKay/node-steam-user.git"
},
"dependencies": {
"@doctormckay/proxy-agent": "^1.0.0",
"@doctormckay/stats-reporter": "^1.0.3",
"@doctormckay/steam-crypto": "^1.2.0",
"adm-zip": "^0.4.7",
"appdirectory": "^0.1.0",
"async": "^2.5.0",
"binarykvparser": "^2.2.0",
"buffer-crc32": "^0.2.13",
"bytebuffer": "^5.0.0",
"file-manager": "^1.0.1",
"lzma": "^2.3.2",
"protobufjs": "^5.0.2",
"steam-client": "^2.5.4",
"steam-totp": "^1.4.1",
"steamid": "^1.1.0",
"vdf": "^0.0.2"
},
"scripts": {
"prepublishOnly": "node scripts/prepublish.js",
"generate-enums": "node scripts/generate-enums.js"
},
"engines": {
"node": ">=4.0.0"
}
}