- 更新 SKILL.md 中的技能名称和命令示例 - 更新 index.js 中的技能名称注释 - 更新 package.json 中的 name 字段 - 添加 name 和 description frontmatter 字段
13 lines
237 B
JSON
13 lines
237 B
JSON
{
|
|
"name": "feishu-agent-binding",
|
|
"version": "1.0.0",
|
|
"description": "飞书多账户机器人配置管理",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"dependencies": {
|
|
"readline": "^1.3.0"
|
|
}
|
|
}
|