Skip to content

Commit 4d1429c

Browse files
committed
chore: add repository field (required for npm provenance attestation)
1 parent cac9070 commit 4d1429c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@tangle-network/agent-gateway",
33
"version": "0.7.0",
44
"packageManager": "pnpm@10.28.0",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/tangle-network/agent-gateway.git"
8+
},
59
"type": "module",
610
"description": "x402 + API key payment gateway for Tangle agent products. Mount on any Hono app to expose agents as paid OpenAI-compatible endpoints.",
711
"exports": {

0 commit comments

Comments
 (0)