feat: add silky cli tools

This commit is contained in:
2025-04-27 22:16:09 +08:00
parent 75d181ef43
commit 6867de838e
42 changed files with 3867 additions and 251 deletions

View File

@@ -1,11 +1,12 @@
{
"name": "@kevisual/task-command",
"version": "0.0.2",
"version": "0.0.7",
"description": "",
"types": "mod.d.ts",
"scripts": {
"dts": "dts -i mod.ts -o mod.d.ts -d .",
"build": "bun run bun.config.mjs"
"build": "bun run bun.config.mjs",
"postbuild": "dts -i mod.ts -o mod.d.ts -d ."
},
"keywords": [],
"publishConfig": {