diff --git a/packages/cli/package.json b/packages/cli/package.json index 6fd6dbd3a..91af5b1e1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -73,7 +73,13 @@ "vitest": "^2.1.8" }, "publishConfig": { - "access": "public" + "access": "public", + "provenance": true + }, + "repository": { + "type": "git", + "url": "https://github.com/graphprotocol/graph-tooling.git", + "directory": "packages/cli" }, "oclif": { "bin": "graph", diff --git a/packages/ts/package.json b/packages/ts/package.json index 0deaf2f15..709a6af60 100644 --- a/packages/ts/package.json +++ b/packages/ts/package.json @@ -11,6 +11,15 @@ "lint": "prettier -c **/*.{js,mjs,ts}", "test": "node test/test.mjs" }, + "publishConfig": { + "access": "public", + "provenance": true + }, + "repository": { + "type": "git", + "url": "https://github.com/graphprotocol/graph-tooling.git", + "directory": "packages/ts" + }, "dependencies": { "assemblyscript": "0.27.31" }