-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.82 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
{
"name": "mc-icons",
"type": "module",
"version": "1.8.3",
"packageManager": "[email protected]",
"description": "Parsing markdown file to replace item names into item icons.",
"license": "MIT",
"repository": "https://github.com/Krutoy242/E2E-E-icons",
"keywords": [],
"main": "./build/index.js",
"bin": "./build/cli.js",
"files": [
"README.md",
"assets",
"build"
],
"engines": {
"node": ">=14.16"
},
"scripts": {
"add-new-images": "git add -fv i",
"release": "tsc && release-it",
"test run": "tsx src/cli.ts README.md --no-short --repo=i/",
"preparse": "tsx src/tool/preparse.ts --mc=D:/mc_client/Instances/E2E-E --icons=icon-exports-x64 --modpack=e2ee",
"preparse --no-overwrite": "tsx src/tool/preparse.ts --no-overwrite --mc=D:/mc_client/Instances/E2E-E --icons=icon-exports-x64 --modpack=e2ee",
"sprite:create": "tsx src/tool/sprite.ts"
},
"dependencies": {
"@committed/trie-search": "^0.1.0",
"chalk": "^5.3.0",
"fast-levenshtein": "^3.0.0",
"fs-extra": "^11.2.0",
"lodash": "^4.17.21",
"terminal-kit": "^3.1.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@antfu/eslint-config": "^3.6.2",
"@types/fast-levenshtein": "^0.0.4",
"@types/fs-extra": "^11.0.4",
"@types/imagemin": "^9.0.0",
"@types/imagemin-optipng": "^5.2.4",
"@types/lodash": "^4.17.7",
"@types/node": "^22.5.5",
"@types/terminal-kit": "^2.5.6",
"@types/yargs": "^17.0.33",
"boxen": "5.1.2",
"eslint": "^9.10.0",
"fast-glob": "^3.3.2",
"imagemin": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-pngquant": "^10.0.0",
"log-update": "^6.1.0",
"mc-iexporter-iterator": "^1.0.1",
"mc-jeiexporter": "^1.0.0",
"sharp": "^0.33.5",
"skia-canvas": "^1.0.2",
"terminal-image": "^3.0.0",
"typescript": "^5.6.2"
}
}