-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 921 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 921 Bytes
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": "icecraft-studio-build-tools",
"version": "1.0.0",
"description": "Build tools designed to automate the process of creating content for Minecraft: Bedrock Edition made by IceCraft Studio.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IceCraft-Studio/Content-Build-Tools.git"
},
"keywords": [
"icecraftstudio",
"icecraft",
"minecraft",
"minecraftbedrock",
"content",
"packs",
"addons",
"scripts"
],
"author": "PavelDobCZ23",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/IceCraft-Studio/Content-Build-Tools/issues"
},
"homepage": "https://github.com/IceCraft-Studio/Content-Build-Tools#readme",
"dependencies": {
"adm-zip": "^0.5.10",
"type-flag": "^3.0.0",
"uuid": "^9.0.0"
}
}