zombie-vibe 0.1.4 → 0.1.5
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 +17 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "zombie-vibe",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "Install privacy-first prompt timing hooks for Codex, Claude Code, Cursor, Windsurf, and Grok.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -19,9 +19,22 @@
|
|
|
19
19
|
"pack:check": "npm pack --dry-run",
|
|
20
20
|
"publish:npm": "bash scripts/publish-npm.sh"
|
|
21
21
|
},
|
|
22
|
-
"keywords": [
|
|
22
|
+
"keywords": [
|
|
23
|
+
"codex",
|
|
24
|
+
"claude-code",
|
|
25
|
+
"cursor",
|
|
26
|
+
"windsurf",
|
|
27
|
+
"grok",
|
|
28
|
+
"hooks",
|
|
29
|
+
"developer-wellness"
|
|
30
|
+
],
|
|
23
31
|
"license": "MIT",
|
|
24
|
-
"engines": {
|
|
25
|
-
|
|
32
|
+
"engines": {
|
|
33
|
+
"node": ">=20"
|
|
34
|
+
},
|
|
35
|
+
"repository": {
|
|
36
|
+
"type": "git",
|
|
37
|
+
"url": "git+https://github.com/gunjchhetri/zombie-vibe-skills.git"
|
|
38
|
+
},
|
|
26
39
|
"homepage": "https://codersarena.xyz/#integrations"
|
|
27
40
|
}
|