forked from 3urobeat/steam-comment-service-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.02 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
{
"name": "steam-comment-service-bot",
"version": "2.12.5",
"description": "Request a ton of steam profile/group comments from a bot network with just one command!",
"main": "start.js",
"dependencies": {
"@seald-io/nedb": "^4.0.1",
"download": "^8.0.0",
"express": "^4.18.2",
"htmlparser2": "^8.0.1",
"https": "^1.0.0",
"output-logger": "^2.2.4",
"request": "^2.88.2",
"steam-session": "^1.1.0",
"steam-user": "^4.27.1",
"steamcommunity": "^3.44.3",
"steamid": "^2.0.0",
"steamid-resolver": "^1.2.2"
},
"scripts": {
"start": "node start.js"
},
"author": "3urobeat",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/HerrEurobeat/steam-comment-service-bot/issues"
},
"homepage": "https://github.com/HerrEurobeat",
"repository": "https://github.com/HerrEurobeat/steam-comment-service-bot",
"devDependencies": {
"eslint-plugin-spellcheck": "^0.0.20"
}
}