Files
yinx-cli/package.json
2025-12-16 16:58:14 +08:00

38 lines
609 B
JSON

{
"name": "@yinshuangxi/yinx-cli",
"version": "1.0.0",
"description": "游戏资源工具箱 - KTX2纹理压缩、模型压缩等",
"main": "index.js",
"type": "module",
"bin": {
"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": {
"boxen": "^8.0.1",
"figlet": "^1.9.4",
"picocolors": "^1.1.1"
}
}