-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
executable file
·34 lines (34 loc) · 901 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
{
"name": "@ozelot379/convert-minecraft-java-texture-to-bedrock-api",
"type": "module",
"productName": "ConvertJavaTextureToBedrockApi",
"version": "4.0.5",
"description": "API for convert Minecraft Java texture packs to Bedrock texture packs",
"keywords": [
"Minecraft",
"Texture",
"Pack",
"Convert",
"Java",
"Bedrock"
],
"author": "ozelot379",
"license": "GPL-3.0-only",
"repository": {
"type": "git",
"url": "git+https://github.com/ozelot379/ConvertJavaTextureToBedrockApi.git"
},
"bugs": {
"url": "https://github.com/ozelot379/ConvertJavaTextureToBedrock/issues"
},
"homepage": "https://github.com/ozelot379/ConvertJavaTextureToBedrockApi#readme",
"dependencies": {
"@ozelot379/convert-base-api": "1.0.5",
"uuid": "3.4.0"
},
"devDependencies": {},
"engines": {
"node": ">=14.0.0"
},
"main": "src/index.mjs"
}