-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1.09 KB
/
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
{
"name": "java2bedrock",
"version": "0.0.0",
"description": "Converts Java resource packs to Bedrock with an emphasis on use with Geyser",
"repository": "https://github.com/Kas-tle/java2bedrock.git",
"author": "Joshua Castle <[email protected]",
"license": " AGPL-3.0-only",
"scripts": {
"build": "npx tsc"
},
"main": "dist/index.js",
"bin": {
"java2bedrock": "./dist/index.js"
},
"devDependencies": {
"@types/adm-zip": "^0.5.0",
"@types/cli-progress": "^3.11.0",
"@types/node": "^18.16.3",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"dependencies": {
"@inquirer/prompts": "^3.0.0",
"adm-zip": "^0.5.10",
"appdata-path": "^1.0.0",
"async-mutex": "^0.4.0",
"axios": "^1.3.3",
"chalk": "4.1.2",
"chalk-animation": "^2.0.3",
"cli-progress": "^3.12.0",
"detect-ts-node": "^1.0.5",
"maxrects-packer": "^2.7.3",
"minecraft-data": "^3.40.0",
"minecraft-folder-path": "^1.2.0",
"sharp": "^0.32.4"
}
}