-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1.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
{
"type": "module",
"name": "ysm-utils",
"version": "2.1.0",
"min_blockbench_version": "4.0.0",
"author": "tartaric_acid",
"title": "YSM Mod Plugin",
"description": "Yes Steve Model Mod Blockbench Plugin",
"repository": {
"type": "git",
"url": "https://github.com/TartaricAcid/YSM-Utils-Plugins"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/TartaricAcid/YSM-Utils-Plugins/issues",
"email": "[email protected]"
},
"scripts": {
"build": "rollup -c"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-json": "latest",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/node": "^22.5.4",
"blockbench-types": "^4.6.1",
"rollup": "^4.21.2",
"rollup-plugin-vue": "6.0.0",
"vue-template-compiler": "latest"
},
"dependencies": {
"@jimp/core": "^1.6.0",
"@jimp/js-png": "^1.6.0",
"@jimp/plugin-resize": "^1.6.0",
"json5": "^2.2.3"
}
}