forked from Refloow/Steam-Card-Bot-PRO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.24 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
{
"name": "steam-card-bot-pro",
"version": "1.6.1",
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OSL-Works/Steam-Card-Bot-PRO.git"
},
"keywords": [
"Steam",
"Trade",
"SteamTradeBot",
"Level",
"steamlevel",
"steambot",
"stgeamcardbot",
"levelbot"
],
"author": "Refloow -Veljko Vuckovic - https://steamcommunity.com/id/MajokingGames/",
"license": "MIT",
"bugs": {
"url": "https://github.com/OSL-Works/Steam-Card-Bot-PRO/issues"
},
"homepage": "https://github.com/OSL-Works/Steam-Card-Bot-PRO#readme",
"dependencies": {
"console-master": "^1.0.3",
"steam-user": "4.18.0",
"steamcommunity": "3.41.6",
"steam-totp": "2.1.1",
"steam-tradeoffer-manager": "2.10.2",
"lodash": "4.17.21",
"path": "0.12.7",
"colors": "1.4.0",
"winston": "3.3.3",
"steamid": "1.1.3",
"request": "2.88.2",
"moment": "2.28.0",
"jsonfile": "6.0.1",
"node-fetch": "latest",
"mongoose": "5.10.5",
"forever": "3.0.2"
},
"private": true
}