diff --git a/package.json b/package.json index beef107..1948c72 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,9 @@ "description": "A simple ORM for Google Cloud Spanner and Postgres", "main": "dist/index.js", "type": "module", + "repository": { + "url": "https://github.com/Flux159/spanner-orm" + }, "bin": { "spanner-orm-cli": "./dist/cli.js" },