最新
This commit is contained in:
32
package.json
32
package.json
@ -1,17 +1,37 @@
|
||||
{
|
||||
"name": "demo",
|
||||
"name": "@yinshuangxi/yinx-cli",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"description": "游戏资源工具箱 - KTX2纹理压缩、模型压缩等",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"yinx": "./cli.js"
|
||||
"yinx": "./index.js"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"lib",
|
||||
"bin"
|
||||
],
|
||||
"keywords": [
|
||||
"ktx2",
|
||||
"texture",
|
||||
"compression",
|
||||
"game",
|
||||
"tools",
|
||||
"cli"
|
||||
],
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": ""
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
},
|
||||
"dependencies": {
|
||||
"@clack/prompts": "^0.11.0",
|
||||
"boxen": "^8.0.1",
|
||||
"figlet": "^1.9.4",
|
||||
"picocolors": "^1.1.1",
|
||||
"prompts": "^2.4.2"
|
||||
"picocolors": "^1.1.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user