-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.27 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.27 KB
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
{
"name": "steam-script-auth",
"version": "1.0.3",
"description": "Refloow™ Steam Script Auth - Steam Desktop Authenticator in a script format allowing SDA accounts that have maFile secret codes to confirm all pending confirmation trade offers on run",
"main": "index.js",
"bugs": {
"url": "https://github.com/Refloow/Steam-Script-Auth/issues"
},
"private": true,
"author": {
"name": "Refloow",
"email": "legal@refloow.com",
"url": "https://refloow.com"
},
"contributors": [
{
"name": "Veljko Vuckovic",
"url": "https://github.com/Refloow"
}
],
"funding": {
"type": "individual",
"url": "https://refloow.com"
},
"homepage": "https://refloow.com",
"repository": {
"type": "git",
"url": "git+https://github.com/Refloow/Steam-Script-Auth.git"
},
"homepage": "https://github.com/Refloow/Steam-Script-Auth",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"colors": "1.4.0",
"steam-totp": "2.1.2",
"steam-tradeoffer-manager": "2.12.1",
"steam-user": "5.2.3",
"steamcommunity": "3.48.8"
},
"keywords": [
"Steam",
"authenticator",
"desktop",
"confirm",
"decline",
"accept",
"tradeoffers"
],
"license": "MIT"
}