forked from EnigmaticaModpacks/Enigmatica2Expert
-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
95 lines (95 loc) · 4.02 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"type": "module",
"private": true,
"packageManager": "pnpm@9.5.0",
"files": [
"./**/*js"
],
"scripts": {
"automate": "tsx mc-tools/packages/run/src/cli.ts dev/tools/mct-run.json",
"bansoukou-prune": "node \"dev/_other/advancement-fix.js\" -r",
"build": "tsx dev/make_pack.js",
"dev": "concurrently --prefix-colors auto \"npm:dev:* --silent\"",
"dev:bansoukou": "tsx dev/automation/bansoukou.js",
"dev:benchmark": "node E:/dev/mc-benchmark/index.js --output=dev/benchmarks/latest.md",
"dev:conflicts": "tsx dev/automation/recipe_conflicts.js",
"dev:entities": "tsx dev/automation/entities.js",
"dev:errors": "tsx mc-tools/packages/errors/src/cli.ts --config=dev/tools/mct-errors-config.yml --output=dev/tools/unresolved-errors.log",
"dev:ftbq_cleanup": "tsx mc-tools/scripts/ftbq_cleanup.ts",
"dev:inject_js": "tsx dev/automation/Inject_JS.js",
"dev:jei": "tsx dev/automation/jei.js",
"dev:jer": "tsx dev/automation/jer.js",
"dev:manifest": "tsx mc-tools/packages/manifest/src/cli.ts --verbose --ignore=dev/.devonly.ignore --key=secrets/~cf_api_key.txt",
"dev:misc": "tsx dev/automation/misc.js --keep-cache",
"dev:modlist": "tsx mc-tools/packages/modlist/src/cli.ts --old=../E2E-unchanged/minecraftinstance.json --verbose --ignore=dev/.devonly.ignore --key=secrets/~cf_api_key.txt --template=dev/tools/modlist_template.md --sort=addonID",
"dev:patchouli": "tsx dev/Patchouli/Patchouli.js",
"dev:tcon": "tsx mc-tools/packages/tcon/src/cli.ts --default=dev/default_configs/tweakersconstruct.cfg --tweaks=dev/tools/tcon/tweaks --save=dev/tools/tcon/stats",
"dev:tellme": "tsx config/tellme/!rename_update.js",
"dev:tips": "tsx dev/automation/tips.js",
"dev:xml": "tsx dev/automation/XML.js",
"java-8-to-21": "powershell -Command \"dev/automation/jar_disable.ps1 !configanytime-* !mixinbooter-* OptiFine_1.12.2_HD_U_G5.jar; dev/automation/jar_disable.ps1 revert scalar-* vintagium-* *Fugue-*; del config/sledgehammer.conf\"",
"java-21-to-8": "powershell -Command \"dev/automation/jar_disable.ps1 revert !configanytime-* !mixinbooter-* OptiFine_1.12.2_HD_U_G5.jar; dev/automation/jar_disable.ps1 scalar-* vintagium-* *Fugue-*\"",
"reducer-levels": "tsx mc-tools/packages/reducer/src/cli.ts levels dev/tools/reduce_mods.json",
"reducer-interactive": "tsx mc-tools/packages/reducer/src/cli.ts interactive"
},
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"markdown-it": "^14.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.22.2",
"@types/conventional-changelog-core": "^4.2.8",
"@types/fs-extra": "^11.0.4",
"@types/memoizee": "^0.4.11",
"@types/ssh2-sftp-client": "^9.0.3",
"@types/terminal-kit": "^2.5.6",
"adm-zip": "^0.5.14",
"boxen": "^7.1.1",
"chalk": "^5.3.0",
"cli-progress": "^3.12.0",
"compare-func": "^2.0.0",
"concurrently": "^8.2.2",
"conventional-changelog-cli": "^5.0.0",
"csv-parse": "^5.5.6",
"csvtojson": "^2.0.10",
"curseforge-v2": "^1.3.0",
"del": "^7.1.0",
"detect-indent": "^7.0.1",
"eslint": "^9.7.0",
"fast-glob": "^3.3.2",
"fast-levenshtein": "^3.0.0",
"fs-extra": "^11.2.0",
"git-describe": "^4.1.1",
"glob": "^11.0.0",
"glob-escape": "^0.0.2",
"humanize-string": "^3.0.0",
"ignore": "^5.3.1",
"language-name-map": "^0.3.0",
"lodash": "^4.17.21",
"log-update": "^6.0.0",
"mc-benchmark": "^1.0.9",
"memoizee": "^0.4.17",
"minimist": "^1.2.8",
"nbt-ts": "^1.3.6",
"node-curseforge": "^1.3.3",
"node-fetch": "^3.3.2",
"numeral": "^2.0.6",
"open": "^10.1.0",
"over": "^0.0.5",
"parse-gitignore": "2.0.0",
"pdf-parse": "^1.1.1",
"prismarine-nbt": "^2.5.0",
"replace-in-file": "^8.1.0",
"rimraf": "^6.0.1",
"simple-git": "^3.25.0",
"snake-case": "^4.0.0",
"ssh2-sftp-client": "^10.0.3",
"table": "^6.8.2",
"terminal-kit": "^3.1.1",
"typescript": "^5.5.3",
"xml-js": "^1.6.11",
"yaml": "^2.4.5",
"yargs": "^17.7.2",
"zip-local": "^0.3.5"
}
}