-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
32 lines (32 loc) · 995 Bytes
/
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
{
"name": "steam-mass-comment-bot",
"version": "2.3.0",
"description": "Comment with a few clicks under a ton of steam profiles & groups!",
"main": "index.js",
"dependencies": {
"@seald-io/nedb": "^4.0.4",
"output-logger": "^2.3.7",
"qrcode": "^1.5.4",
"steam-session": "^1.9.0",
"steam-user": "^5.2.0",
"steamcommunity": "^3.48.5",
"steamid": "^2.1.0",
"steamid-resolver": "^1.3.5"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "3urobeat",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/3urobeat/steam-mass-comment-bot/issues"
},
"homepage": "https://github.com/3urobeat",
"repository": "https://github.com/3urobeat/steam-mass-comment-bot",
"devDependencies": {
"eslint": "^9.14.0",
"eslint-plugin-jsdoc": "^50.4.3",
"tsd-jsdoc": "^2.5.0"
}
}