-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 767 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 767 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
33
34
35
{
"name": "steam-auto-queue",
"version": "2.11.13",
"description": "Auto finish steam events, like discovery queue, vote steam awards, etc.",
"main": "index.js",
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"lodash": "^4.17.21",
"prompt-sync": "^4.2.0",
"steam-totp": "^2.1.2",
"steam-user": "^5.0.10",
"steamcommunity": "^3.48.3"
},
"devDependencies": {
"eslint": "^8.18.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"bot",
"steam",
"card",
"queue",
"sales",
"winter sales",
"steam awards"
],
"author": "Whitey",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/ZWhitey/Steam-Auto-Queue.git"
}
}