-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
33 lines (33 loc) · 972 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
{
"name": "steam-games-idle",
"version": "1.1.2",
"description": "Node.js based script for idling (boosting playtime in hours) for choosen game.",
"main": "index.js",
"bugs": {
"url": "https://github.com/Refloow/Steam-Games-Idle/issues"
},
"homepage": "https://github.com/Refloow/Steam-Games-Idle",
"dependencies": {
"colors": "1.4.0",
"console-master": "^1.0.3",
"moment": "2.28.0",
"request": "2.88.0",
"request-promise": "4.2.6",
"sgi-diagnostics": "^1.0.2",
"steam-totp": "^2.1.2",
"steam-user": "5.0.4",
"steamcommunity": "^3.48.0",
"winston": "3.3.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "title Refloow / Steam-Games-Idle & node index.js pause"
},
"repository": {
"type": "git",
"url": "git+https://https://github.com/Refloow/Steam-Games-Idle.git"
},
"author": "Veljko Vuckovic",
"license": "MIT",
"years": "2020-2022-2023-2024"
}