-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.17 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.17 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
{
"name": "datapackupdater",
"version": "1.0.4",
"description": "Upgrade your datapack from older version to newwer version",
"main": "index.js",
"scripts": {
"test": "npm install && node index.js -debug -i sample/updater_1_20 debug/updater_1_20 -y",
"test2": "node index.js -debug -v 1.21.4 -i \"sample/updater_1_21_4\" \"debug/updater_1_21_4\" -y",
"test3": "node index_translate.js -debug reskey -i \"sample/translation\" \"debug/translation\" \"debug/translation/output.json\" -y",
"test4": "node index_translate.js -debug -norepeat -enablebinary reskey -i \"sample/translation\" \"debug/translation\" \"debug/translation/output.json\" -y",
"test5": "node nbtfile_lib_tester.js",
"translate_cli": "node index_translate.js -debug",
"run": "node index.js",
"help": "node index.js -h",
"debug": "node index.js -debug",
"build_web": "sh ./build_web.sh"
},
"bin": {
"mccmdupdater": "./index.js"
},
"files": [
"*.js"
],
"author": "wifi_left",
"license": "ISC",
"homepage": "https://github.com/wifi-left/Datapack-Upgrader",
"dependencies": {
"graceful-fs": "4.2.11",
"lz4": "0.6.5",
"readline-sync": "1.4.10"
}
}