"feat: 增加助手应用配置管理功能与服务器守护进程支持"
This commit is contained in:
26
assistant/task-command/package.json
Normal file
26
assistant/task-command/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user