fix(bin): 提交未提交的文件

This commit is contained in:
v-zhangjc9
2025-05-21 17:57:48 +08:00
parent 42aab784c2
commit bd2205a5b9
3 changed files with 672 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "bin",
"version": "1.0.0",
"type": "module",
"dependencies": {
"@webpod/ps": "^0.1.1",
"chalk": "^5.4.1",
"envapi": "^0.2.3",
"fs-extra": "^11.3.0",
"globby": "^14.1.0",
"licia": "^1.48.0",
"minimist": "^1.2.8",
"node-fetch-native": "^1.6.6",
"which": "^5.0.0",
"yaml": "^2.8.0",
"zx": "^8.5.4"
}
}