forked from PassTheMayo/minecraft-server-util
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.08 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.08 KB
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
{
"name": "mcstatus-util",
"version": "5.4.5",
"description": "A Node.js library for Minecraft servers that can retrieve status, perform queries, and RCON into servers.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"prepublishOnly": "npm run clean && npm run build && npm run lint",
"build": "tsc",
"clean": "rimraf dist/",
"lint": "eslint ."
},
"keywords": [
"minecraft",
"java",
"bedrock",
"server",
"status",
"ping",
"query",
"rcon",
"vote",
"votifier"
],
"author": "404invalid-user",
"license": "MIT",
"devDependencies": {
"@types/node": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"eslint": "^8.5.0",
"rimraf": "^3.0.2",
"typescript": "^4.5.4"
},
"engines": {
"node": ">=10.0.0"
},
"bugs": {
"url": "https://github.com/MCStatusBot/minecraft-server-util"
},
"repository": {
"url": "git+https://github.com/MCStatusBot/minecraft-server-util.git",
"type": "git"
},
"homepage": "https://github.com/MCStatusBot/minecraft-server-util/wiki",
"dependencies": {}
}