-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 926 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 926 Bytes
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
{
"name": "@hloth/minecraft-query",
"version": "1.0.0",
"type": "module",
"main": "index.ts",
"module": "index.ts",
"author": "Viktor Shchelochkov <hi@hloth.dev> (https://hloth.dev/)",
"description": "A JavaScript implementation of Minecraft's query protocol",
"license": "MIT",
"homepage": "https://git.hloth.dev/git.hloth.dev/hloth/minecraft-query/#readme",
"repository": {
"type": "git",
"url": "git+https://git.hloth.dev/hloth/minecraft-query.git"
},
"bugs": {
"url": "https://git.hloth.dev/git.hloth.dev/hloth/minecraft-query/issues"
},
"files": [
"index.ts",
"README.md",
"LICENSE"
],
"devDependencies": {
"@types/bun": "^1.2.23",
"@typescript-eslint/eslint-plugin": "^8.45.0",
"@typescript-eslint/parser": "^8.45.0",
"eslint": "^9.37.0",
"eslint-config-prettier": "^10.1.8",
"typescript": "^4.9.4",
"typescript-eslint": "^8.45.0"
}
}