This commit is contained in:
yinsx
2025-12-16 15:14:07 +08:00
commit 33910f031f
11 changed files with 476 additions and 0 deletions

15
package.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"bin": {
"yinx": "./cli.js"
},
"dependencies": {
"@clack/prompts": "^0.11.0",
"picocolors": "^1.1.1",
"prompts": "^2.4.2"
}
}