diff --git a/wasm/package.json b/wasm/package.json index 448c2e9e63..2660973c7f 100644 --- a/wasm/package.json +++ b/wasm/package.json @@ -5,6 +5,10 @@ "type": "module", "main": "index.js", "packageManager": "pnpm@10.33.2", + "repository": { + "type": "git", + "url": "https://github.com/scaleway/scaleway-cli" + }, "scripts": { "test": "vitest src", "lint": "prettier --check ."