forked from PrismarineJS/prismarine-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 958 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
{
"name": "prismarine-registry",
"version": "1.5.0",
"description": "Prismarine Registry",
"main": "lib/index.js",
"scripts": {
"test": "mocha --reporter spec --bail --exit",
"pretest": "npm run lint",
"lint": "standard",
"fix": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PrismarineJS/prismarine-registry.git"
},
"keywords": [
"prismarine",
"template"
],
"author": "Romain Beaumont",
"license": "MIT",
"bugs": {
"url": "https://github.com/PrismarineJS/prismarine-registry/issues"
},
"homepage": "https://github.com/PrismarineJS/prismarine-registry#readme",
"devDependencies": {
"debug": "^4.3.3",
"minecraft-protocol": "^1.30.0",
"minecraft-wrap": "^1.4.0",
"mocha": "^10.0.0",
"prismarine-registry": "file:.",
"standard": "^16.0.1"
},
"dependencies": {
"minecraft-data": "^3.0.0",
"prismarine-nbt": "^2.0.0"
}
}