dsh-apis-plugin 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +15 -1
package/package.json CHANGED
@@ -1,8 +1,22 @@
1
1
  {
2
2
  "name": "dsh-apis-plugin",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "通用接口管理插件:把任意一套 HTTP 接口注册成 agent 可用的文档查询与请求双工具",
5
5
  "type": "module",
6
+ "license": "MIT",
7
+ "author": "xianmua",
8
+ "repository": {
9
+ "url": "git+https://github.com/xianmua/dsh-apis-plugin.git",
10
+ "type": "git"
11
+ },
12
+ "keywords": [
13
+ "dsh",
14
+ "deepseek-harness",
15
+ "cordis",
16
+ "plugin",
17
+ "api",
18
+ "tools"
19
+ ],
6
20
  "main": "index.js",
7
21
  "exports": {
8
22
  ".": "./index.js",