-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "@rabbit-company/rsl-crawler",
"version": "2.2.0",
"description": "The server crawler for Rabbit Server List",
"main": "src/index.js",
"type": "module",
"license": "GPL-3.0",
"author": "Rabbit Company",
"homepage": "https://github.com/Rabbit-Company/rabbit-server-list-crawler#readme",
"bin": {
"rsl-crawler": "src/index.js"
},
"scripts": {
"start": "node src/index.js"
},
"keywords": [
"rabbit",
"server",
"list",
"crawler"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Rabbit-Company/rabbit-server-list-crawler.git"
},
"contributors": [
"Rabbit Company <[email protected]> (https://github.com/Rabbit-Company)"
],
"bugs": {
"url": "https://github.com/Rabbit-Company/rabbit-server-list-crawler/issues",
"email": "[email protected]"
},
"dependencies": {
"@hono/node-server": "^1.1.1",
"@rabbit-company/logger": "^2.0.1",
"commander": "^11.0.0",
"dotenv": "^16.3.1",
"hono": "^3.3.4",
"minecraft-server-util": "^5.4.2"
}
}