forked from papyrus-mc/papyrusjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 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
{
"name": "papyrusjs",
"version": "1.0.5",
"version_stage": "alpha",
"description": "A tool to render Minecraft: Bedrock Edition worlds.",
"main": "app.js",
"scripts": {
"build": "node ./build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clarkx86/papyrus.git"
},
"author": "clarkx86",
"license": "ISC",
"bugs": {
"url": "https://github.com/clarkx86/papyrus/issues"
},
"homepage": "https://github.com/clarkx86/papyrus#readme",
"dependencies": {
"abstract-leveldown": "^3.0.0",
"bindings": "^1.5.0",
"color-convert": "^2.0.0",
"colors": "^1.3.3",
"extract-zip": "^1.6.7",
"leveldb-mcpe": "github:clarkx86/node-leveldb-mcpe",
"levelup": "^2.0.1",
"mapnik": "^4.2.1",
"nan": "^2.8.0",
"node-fetch": "^2.4.1",
"prismarine-nbt": "^1.2.1",
"progress": "^2.0.3",
"strip-json-comments": "^2.0.1",
"tga2png": "^0.1.3",
"vec3": "^0.1.3",
"yargs": "^13.2.2"
},
"devDependencies": {
"pkg": "^4.3.7"
}
}