codepet 1.0.5 → 1.0.6
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.
- package/package.json +12 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "codepet",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "在编程软件里养电子宠物 — 支持 Claude Code / Codex / Cursor / VS Code 等 10+ 平台",
|
|
5
5
|
"main": "core/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -13,15 +13,25 @@
|
|
|
13
13
|
},
|
|
14
14
|
"keywords": [
|
|
15
15
|
"pet",
|
|
16
|
+
"codepet",
|
|
17
|
+
"宠物",
|
|
18
|
+
"chongwu",
|
|
16
19
|
"coding-companion",
|
|
17
20
|
"terminal-art",
|
|
18
21
|
"claude-code",
|
|
19
22
|
"vscode",
|
|
20
23
|
"cursor",
|
|
21
24
|
"codex",
|
|
25
|
+
"kiro",
|
|
26
|
+
"codebuddy",
|
|
27
|
+
"openclaw",
|
|
28
|
+
"antigravity",
|
|
29
|
+
"opencode",
|
|
22
30
|
"ascii-art",
|
|
23
31
|
"pixel-art",
|
|
24
|
-
"tamagotchi"
|
|
32
|
+
"tamagotchi",
|
|
33
|
+
"ai-pet",
|
|
34
|
+
"ai小蓝鲸"
|
|
25
35
|
],
|
|
26
36
|
"author": "Ai小蓝鲸",
|
|
27
37
|
"license": "MIT",
|