generated from MinecraftJS/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 985 Bytes
/
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
42
{
"name": "@minecraft-js/bufwrapper",
"version": "1.4.6",
"description": "Encode and decode data using buffers",
"main": "dist/index.js",
"scripts": {
"test": "mocha test/**.test.js",
"doc": "typedoc src/index.ts",
"benchmark": "node benchmark",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MinecraftJS/BufWrapper.git"
},
"keywords": [
"minecraftjs"
],
"author": "RichardDorian",
"license": "MIT",
"bugs": {
"url": "https://github.com/MinecraftJS/BufWrapper/issues"
},
"homepage": "https://github.com/MinecraftJS/BufWrapper#readme",
"devDependencies": {
"@types/node": "^18.7.14",
"@types/varint": "^6.0.0",
"benchmark": "^2.1.4",
"chai": "^4.3.6",
"mocha": "^9.2.2",
"prettier": "^2.6.1",
"typedoc": "^0.23.5",
"typescript": "^4.6.3"
},
"dependencies": {
"@minecraft-js/uuid": "^1.0.3",
"varint": "^6.0.0"
},
"files": [
"dist"
]
}