From c80b3ad872461c1be9cb5fa6f05d379c7308169f Mon Sep 17 00:00:00 2001 From: assagman Date: Fri, 16 Jan 2026 01:04:55 +0300 Subject: [PATCH] fix: add repository url for npm provenance verification Signed-off-by: assagman --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 411e4b7..72fef83 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,10 @@ "mcp" ], "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/assagman/opencode-toolbox" + }, "devDependencies": { "@types/bun": "latest", "typescript": "^5.9.3"