forked from DoctorMcKay/node-steam-user
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.36 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
54
55
56
{
"name": "steam-user",
"version": "5.2.0",
"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": "mckay@doctormckay.com",
"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": "^2.9.1",
"@doctormckay/steam-crypto": "^1.2.0",
"adm-zip": "^0.5.10",
"binarykvparser": "^2.2.0",
"bytebuffer": "^5.0.0",
"file-manager": "^2.0.0",
"kvparser": "^1.0.1",
"lzma": "^2.3.2",
"protobufjs": "^7.2.4",
"socks-proxy-agent": "^7.0.0",
"steam-appticket": "^1.0.1",
"steam-session": "^1.8.0",
"steam-totp": "^2.0.1",
"steamid": "^2.0.0",
"websocket13": "^4.0.0"
},
"devDependencies": {
"eslint": "^8.57.0",
"protobufjs-cli": "^1.1.3",
"steamcommunity": "^3.39.0",
"wtfnode": "^0.8.4"
},
"scripts": {
"generate-enums": "node scripts/generate-enums.js",
"generate-protos": "node scripts/generate-protos.js",
"lint": "npx eslint . --ext .js,.jsx,.ts,.tsx"
},
"engines": {
"node": ">=14.0.0"
}
}