chore: add repository metadata

Link package metadata to GitHub mirror.
This commit is contained in:
David Ibia
2026-01-13 19:44:07 +01:00
parent 4c2a52d35e
commit 093258641f

View File

@@ -4,6 +4,10 @@
"description": "OpenCode plugin that prevents agents/tools from reading or editing sensitive .env* files, while still allowing safe inspection via EnvSitter.", "description": "OpenCode plugin that prevents agents/tools from reading or editing sensitive .env* files, while still allowing safe inspection via EnvSitter.",
"license": "MIT", "license": "MIT",
"type": "module", "type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/boxpositron/envsitter-guard.git"
},
"exports": { "exports": {
".": { ".": {
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",