-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
41 lines (41 loc) · 943 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
33
34
35
36
37
38
39
40
41
{
"name": "steam-idler",
"version": "2.1.0",
"description": "This is a small steam idle bot made with steam-user.",
"homepage": "https://github.com/ZixeSea/SteamIdler",
"contributors": [
{
"name": "ZixeSea",
"url": "https://github.com/ZixeSea"
},
{
"name": "Danial",
"url": "https://github.com/RedSparr0w"
}
],
"repository": {
"type": "git",
"url": "https://github.com/ZixeSea/SteamIdler.git"
},
"bugs": {
"url": "https://github.com/ZixeSea/SteamIdler/issues"
},
"main": "./src/index.js",
"scripts": {
"start": "node ./src/index.js",
"text": "node ./src/index.js"
},
"engines": {
"node": ">=14.0.0"
},
"author": "ZixeSea",
"license": "MIT",
"dependencies": {
"asciiart-logo": "^0.2.7",
"colors": "^1.4.0",
"console-table-printer": "^2.12.1",
"steam-totp": "^2.1.2",
"steam-user": "^5.2.0",
"time-stamp": "^2.2.0"
}
}