-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 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
{
"name": "steam-auto-confirmation",
"version": "0.0.2",
"author": "Malsa",
"description": "Accepts/confirms trades in case that you enabled Steam Guard and have it's keys, but don't have access to device",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MattRh/steam-auto-confirmation"
},
"bugs": {
"url": "https://github.com/MattRh/steam-auto-confirmation/issues"
},
"homepage": "https://github.com/MattRh/steam-auto-confirmation#readme",
"keywords": [
"steam",
"bots",
"trade",
"accept",
"comfirm"
],
"license": "GNU",
"dependencies": {
"merge": "^1.2.0",
"steam-client": "^2.5.8",
"steam-totp": "^2.1.1",
"steam-tradeoffer-manager": "^2.10.3",
"steam-user": "^4.19.12",
"steamcommunity": "^3.43.1",
"tracer": "^0.9.1"
},
"engines": {
"node": ">=8.11.0"
}
}