-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.11 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.11 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
{
"name": "@minecraft-js/protocol-1.8",
"version": "1.0.3",
"description": "Minecraft 1.8 protocol (47)",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"benchmark": "node ./benchmark",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MinecraftJS/protocol-1.8.git"
},
"keywords": [
"minecraftjs"
],
"author": "RichardDorian",
"license": "MIT",
"bugs": {
"url": "https://github.com/MinecraftJS/protocol-1.8/issues"
},
"homepage": "https://github.com/MinecraftJS/protocol-1.8#readme",
"dependencies": {
"@minecraft-js/bufwrapper": "^1.4.6",
"@minecraft-js/chat": "^1.0.0",
"@minecraft-js/nbt": "^1.1.0",
"@minecraft-js/uuid": "^1.0.3",
"@minecraft-js/yggdrasil": "^1.0.0",
"node-rsa": "^1.1.1"
},
"devDependencies": {
"@types/node": "^18.7.13",
"@types/node-rsa": "^1.1.1",
"benchmark": "^2.1.4",
"prettier": "^2.7.1",
"typed-emitter": "^2.1.0",
"typescript": "^4.7.4"
},
"files": [
"dist"
],
"engines": {
"node": ">=18.x"
}
}