forked from Dahlgren/node-steam-user
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.27 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
50
51
52
53
{
"name": "steam-user",
"version": "4.20.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": {
"@bbob/parser": "^2.2.0",
"@doctormckay/stdlib": "^1.11.1",
"@doctormckay/steam-crypto": "^1.2.0",
"adm-zip": "^0.4.13",
"appdirectory": "^0.1.0",
"binarykvparser": "^2.2.0",
"bytebuffer": "^5.0.0",
"file-manager": "^2.0.0",
"lzma": "^2.3.2",
"protobufjs": "^6.8.8",
"steam-appticket": "^1.0.1",
"steam-totp": "^2.0.1",
"steamid": "^1.1.0",
"vdf": "^0.0.2",
"websocket13": "^2.1.3"
},
"devDependencies": {
"steamcommunity": "^3.39.0",
"wtfnode": "^0.8.4"
},
"scripts": {
"prepublishOnly": "node scripts/prepublish.js",
"generate-enums": "node scripts/generate-enums.js",
"generate-protos": "node scripts/generate-protos.js"
},
"engines": {
"node": ">=8.0.0"
}
}