-
-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathpackage.json
44 lines (44 loc) · 1.54 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
{
"name": "steam-comment-service-bot",
"version": "2.15.4",
"description": "The most advanced Steam Account Manager Bot with mass coordinated comments/likes/favs/follows and plugin support",
"main": "start.js",
"dependencies": {
"@seald-io/nedb": "^4.0.4",
"@types/tail": "^2.2.3",
"download": "^8.0.0",
"htmlparser2": "^9.1.0",
"https": "^1.0.0",
"output-logger": "^2.3.7",
"qrcode": "^1.5.4",
"request": "^2.88.2",
"steam-comment-bot-discord-plugin": "^1.0.3",
"steam-comment-bot-rest": "^1.3.0",
"steam-comment-bot-webserver": "^1.0.1",
"steam-session": "^1.9.0",
"steam-user": "^5.2.0",
"steamcommunity": "^3.48.4",
"steamid": "^2.1.0",
"steamid-resolver": "^1.3.5"
},
"scripts": {
"start": "node start.js",
"dev": "node scripts/generateFileStructure.js && node start",
"types": "jsdoc -t node_modules/tsd-jsdoc/dist -r src/. -d types ; node scripts/generateFileStructure.js",
"deps": "ncu -u && npm update"
},
"author": "3urobeat",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/3urobeat/steam-comment-service-bot/issues"
},
"homepage": "https://github.com/3urobeat",
"repository": "https://github.com/3urobeat/steam-comment-service-bot",
"devDependencies": {
"@eslint/js": "^9.12.0",
"eslint": "^9.12.0",
"eslint-plugin-jsdoc": "^50.3.2",
"tsd-jsdoc": "^2.5.0"
},
"types": "./types/types.d.ts"
}