-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
59 lines (59 loc) · 1.17 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "habbo-downloader",
"version": "2.25.0",
"description": "A tiny script to download various files directly from Habbo.",
"keywords": [
"badges",
"furnitures",
"clothes",
"effects",
"icons",
"mp3",
"hotelview",
"gamedata",
"pets",
"badgeparts",
"articles",
"news",
"habbo",
"downloader",
"ripper",
"habbo-downloader",
"hdl",
"retrotown",
"devbest",
"ragezone",
"krews",
"nodejs",
"unity",
"unity-webgl",
"webgl",
"fast",
"performance"
],
"homepage": "https://github.com/higoka/habbo-downloader",
"bugs": {
"url": "https://github.com/higoka/habbo-downloader/issues"
},
"license": "MIT",
"author": "Nico Rickenbach",
"main": "src/index.js",
"funding": "https://paypal.me/nicorickenbach",
"bin": {
"habbo-downloader": "src/index.js",
"hdl": "src/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/higoka/habbo-downloader.git"
},
"dependencies": {
"compare-versions": "^3.6.0",
"fast-xml-parser": "^4.3.2",
"minimist": "^1.2.8",
"node-fetch": "^2.7.0"
},
"engines": {
"node": ">=15.0"
}
}