generated from MinecraftJS/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.03 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.03 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
{
"name": "@minecraft-js/lunarbukkitapi",
"version": "1.3.0",
"description": "Defines the Lunar Client Bukkit protocol",
"main": "dist/index.js",
"scripts": {
"test": "node --test",
"benchmark": "node ./benchmark",
"build": "tsc",
"doc": "typedoc src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MinecraftJS/LunarBukkitAPI.git"
},
"keywords": [
"minecraftjs"
],
"author": "RichardDorian",
"license": "MIT",
"bugs": {
"url": "https://github.com/MinecraftJS/LunarBukkitAPI/issues"
},
"homepage": "https://github.com/MinecraftJS/LunarBukkitAPI#readme",
"dependencies": {
"@minecraft-js/bufwrapper": "^1.4.6",
"@minecraft-js/protocol-1.8": "^1.0.2",
"@minecraft-js/uuid": "^1.0.3"
},
"devDependencies": {
"@types/node": "^18.7.14",
"benchmark": "^2.1.4",
"prettier": "^2.7.1",
"typed-emitter": "^2.1.0",
"typedoc": "^0.23.11",
"typescript": "^4.8.2"
},
"files": [
"dist"
],
"engines": {
"node": ">=18.x"
}
}