-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 771 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 771 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
26
27
28
29
30
31
32
{
"name": "bluebot-free",
"version": "1.2.1",
"description": "Blue Cardsets/LevelUp BOT, Free edition.",
"main": "azul.js",
"author": "Azul|https://justazul.com",
"dependencies": {
"@doctormckay/stdlib": "^1.14.0",
"azul-tools": "^1.9.15",
"dotenv": "^8.0.0",
"got": "^11.8.2",
"graceful-fs": "^4.2.6",
"moment": "^2.22.1",
"steam-totp": "^2.1.1",
"steam-tradeoffer-manager": "2.10.3",
"steam-user": "^4.19.4",
"steamcommunity": "^3.36.1"
},
"scripts": {
"start": "node azul.js",
"debug": "node --expose-gc --inspect=9222 azul.js"
},
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"eslint": "^7.25.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-autofix": "^1.0.4",
"eslint-plugin-import": "^2.22.1"
}
}