koishi-plugin-starfx-bot 0.0.1 → 0.0.2

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 +17 -1
package/package.json CHANGED
@@ -1,7 +1,10 @@
1
1
  {
2
2
  "name": "koishi-plugin-starfx-bot",
3
3
  "description": "StarFreedomX机器人的小功能,自用",
4
- "version": "0.0.1",
4
+ "contributors": [
5
+ "StarFreedomX <starfreedomx@outlook.com>"
6
+ ],
7
+ "version": "0.0.2",
5
8
  "main": "lib/index.js",
6
9
  "typings": "lib/index.d.ts",
7
10
  "files": [
@@ -10,12 +13,25 @@
10
13
  "assets"
11
14
  ],
12
15
  "license": "MIT",
16
+ "homepage": "https://github.com/StarFreedomX/starfx-bot",
17
+ "repository": {
18
+ "type": "git",
19
+ "url": "git+https://github.com/StarFreedomX/starfx-bot.git"
20
+ },
13
21
  "scripts": {},
14
22
  "keywords": [
15
23
  "chatbot",
16
24
  "koishi",
17
25
  "plugin"
18
26
  ],
27
+ "koishi": {
28
+ "description": {
29
+ "zh": "starfx的机器人小插件,自用"
30
+ },
31
+ "service": {},
32
+ "preview": true,
33
+ "hidden": false
34
+ },
19
35
  "peerDependencies": {
20
36
  "koishi": "^4.18.7"
21
37
  },