"feat: 增加助手应用配置管理功能与服务器守护进程支持"

This commit is contained in:
2025-04-27 00:35:44 +08:00
parent bcc12209e0
commit f2abfbf17c
27 changed files with 658 additions and 102 deletions

View File

@@ -0,0 +1,26 @@
{
"name": "@kevisual/task-command",
"version": "0.0.1",
"description": "",
"types": "mod.d.ts",
"scripts": {
"dts": "dts -i mod.ts -o mod.d.ts -d ."
},
"keywords": [],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"files": [
"mod.ts",
"mod.d.ts"
],
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
"license": "MIT",
"packageManager": "pnpm@10.7.0",
"type": "module",
"exports": {
".": "./mod.ts",
"./mod.ts": "./mod.ts"
}
}