-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
50 lines (50 loc) · 1.28 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
{
"name": "steam-card-bot-pro",
"version": "1.6.5",
"description": "An free open source, fully automated Level Up Bot with all features and support and much more",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "title Refloow / Steam-Card-Bot-PRO & node index.js pause"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Refloow/Steam-Card-Bot-PRO.git"
},
"keywords": [
"Steam",
"Trade",
"SteamTradeBot",
"Level",
"steamlevel",
"steambot",
"stgeamcardbot",
"levelbot"
],
"author": "Veljko Vuckovic",
"license": "MIT",
"years": "2020-2022-2023",
"bugs": {
"url": "https://github.com/Refloow/Steam-Card-Bot-PRO/issues"
},
"homepage": "https://github.com/Refloow/Steam-Card-Bot-PRO",
"dependencies": {
"colors": "1.4.0",
"console-master": "^1.0.3",
"forever": "3.0.2",
"jsonfile": "6.0.1",
"lodash": "4.17.21",
"moment": "2.28.0",
"node-fetch": "^2.6.0",
"path": "0.12.7",
"request": "2.88.2",
"scb-diagnostics": "^1.0.1",
"steam-totp": "^2.1.2",
"steam-tradeoffer-manager": "^2.11.4",
"steam-user": "5.0.4",
"steamcommunity": "^3.48.0",
"steamid": "2.0.0",
"winston": "3.3.3"
},
"private": true
}