guardvibe 0.9.1 → 0.9.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.
- package/README.md +1 -1
- package/package.json +9 -1
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "guardvibe",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.3",
|
|
4
4
|
"description": "Security MCP for vibe coding. 120 rules for Next.js, Supabase, Stripe, Clerk, Prisma, Vercel, and the full AI-generated web app stack.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -48,6 +48,14 @@
|
|
|
48
48
|
],
|
|
49
49
|
"author": "GokLab",
|
|
50
50
|
"license": "MIT",
|
|
51
|
+
"homepage": "https://guardvibe.dev",
|
|
52
|
+
"repository": {
|
|
53
|
+
"type": "git",
|
|
54
|
+
"url": "https://github.com/goklab/guardvibe.git"
|
|
55
|
+
},
|
|
56
|
+
"bugs": {
|
|
57
|
+
"url": "https://github.com/goklab/guardvibe/issues"
|
|
58
|
+
},
|
|
51
59
|
"dependencies": {
|
|
52
60
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
53
61
|
"zod": "^3.25.0"
|