koishi-plugin-chatluna-think-viewer 1.0.11 → 1.0.12

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 +8 -28
package/package.json CHANGED
@@ -1,40 +1,20 @@
1
1
  {
2
2
  "name": "koishi-plugin-chatluna-think-viewer",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "main": "index.js",
5
- "description": "通过命令/关键词查看 chatluna-character 最近一次回复中的 <think> 思考内容。",
5
+ "description": "Expose a command/shortcut to read the latest <think> block from chatluna-character.",
6
6
  "license": "MIT",
7
- "keywords": [
8
- "koishi",
9
- "chatluna",
10
- "character",
11
- "think"
12
- ],
7
+ "keywords": ["koishi", "chatluna", "character", "think"],
13
8
  "homepage": "https://github.com/sCR0WN-s/koishi-plugin-chatluna-think-viewer",
14
- "repository": {
15
- "type": "git",
16
- "url": "git+https://github.com/sCR0WN-s/koishi-plugin-chatluna-think-viewer.git"
17
- },
18
- "contributors": [
19
- "sCR0WN-s <2892511968@qq.com>"
20
- ],
21
- "peerDependencies": {
22
- "koishi": "^4.18.0",
23
- "koishi-plugin-chatluna-character": "^0.0.180"
24
- },
9
+ "repository": {"type": "git", "url": "git+https://github.com/sCR0WN-s/koishi-plugin-chatluna-think-viewer.git"},
10
+ "contributors": ["sCR0WN-s <2892511968@qq.com>"],
11
+ "peerDependencies": {"koishi": "^4.18.0", "koishi-plugin-chatluna-character": "^0.0.180"},
25
12
  "koishi": {
26
13
  "description": {
27
14
  "zh": "通过命令/关键词查看 chatluna-character 最近一次回复的 <think> 思考内容。",
28
15
  "en": "Expose a command/shortcut to read the last <think> block from chatluna-character."
29
16
  },
30
- "service": {
31
- "required": [
32
- "chatluna_character"
33
- ]
34
- }
17
+ "service": {"required": ["chatluna_character"]}
35
18
  },
36
- "files": [
37
- "index.js",
38
- "README.md"
39
- ]
19
+ "files": ["index.js", "README.md"]
40
20
  }