-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
41 lines (41 loc) · 861 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-hour-booster",
"version": "3.2.0",
"description": "Farm your in-game hours on Steam",
"author": {
"email": "[email protected]",
"name": "DrWarpMan"
},
"repository": "DrWarpMan/steam-hour-booster",
"keywords": [
"steam",
"hour",
"booster",
"farmer",
"idler",
"idle",
"farming",
"hours"
],
"license": "MIT",
"module": "src/index.ts",
"scripts": {},
"type": "module",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@total-typescript/ts-reset": "^0.6.1",
"@tsconfig/bun": "^1.0.7",
"@tsconfig/strictest": "^2.0.5",
"@types/steam-user": "^5.0.4",
"@types/bun": "^1.2.0"
},
"peerDependencies": {
"typescript": "^5.7.3"
},
"dependencies": {
"p-retry": "^6.2.1",
"pkg-dir": "^8.0.0",
"steam-user": "^5.2.0",
"zod": "^3.24.1"
}
}