koishi-plugin-booth-get 0.0.2 → 0.0.3

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 +14 -4
package/package.json CHANGED
@@ -1,7 +1,10 @@
1
1
  {
2
2
  "name": "koishi-plugin-booth-get",
3
- "description": "通过url检查摊位并反馈用户搜索的图片",
4
- "version": "0.0.2",
3
+ "description": "通过url与名称检查摊位物品并反馈用户搜索的图片",
4
+ "version": "0.0.3",
5
+ "contributors": [
6
+ "rixiang <1148147857@qq.com>"
7
+ ],
5
8
  "main": "lib/index.js",
6
9
  "typings": "lib/index.d.ts",
7
10
  "files": [
@@ -9,14 +12,21 @@
9
12
  "dist"
10
13
  ],
11
14
  "license": "MIT",
15
+ "homepage": "https://www.npmjs.com/package/koishi-plugin-booth-get",
16
+ "repository": {
17
+ "type": "npm",
18
+ "url": "npm i koishi-plugin-booth-get"
19
+ },
12
20
  "scripts": {
13
21
  "test": "echo \"Error: no test specified\" && exit 1",
14
- "build": "echo \"No build script specified\""
22
+ "build": "echo \"No build script specified\"",
23
+ "pub": "npm publish"
15
24
  },
16
25
  "keywords": [
17
26
  "chatbot",
18
27
  "koishi",
19
- "plugin"
28
+ "plugin",
29
+ "booth"
20
30
  ],
21
31
  "peerDependencies": {
22
32
  "koishi": "4.17.9"