-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 757 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 757 Bytes
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
{
"name": "the-steam-modules",
"version": "2.0.0",
"description": "Modules for steam, to run scripts for multi account at once",
"main": "main.js",
"author": "Quer -> Lasse Pedersen",
"scripts": {
"start": "node main.js",
"SetSpecialAccountText": "node .\\scripts\\SetSpecialAccountText.js",
"ConvertFromLineFormat": "node .\\scripts\\ConvertFromLineFormat.js",
"AddSteamApiKeyToAllAccount": "node .\\scripts\\AddSteamApiKeyToAllAccount.js",
"Totp": "node .\\scripts\\totp.js"
},
"repository": {
"type": "git",
"url": "https://github.com/quer/the-steam-awards"
},
"dependencies": {
"bignumber.js": "^2.0.7",
"cheerio": "*",
"request": "*",
"steam-totp": "*",
"steam-user": "^5.0.2"
}
}