diff --git a/package.json b/package.json index 2b1b1b8..9a27c56 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,8 @@ "name": "@waku/node-tests", "packageManager": "yarn@3.2.0", "type": "module", + "repository": "https://github.com/waku-org/waku-tests", + "license": "MIT OR Apache-2.0", "scripts": { "fix": "run-s fix:**", "fix:lint": "eslint . --ext .js --fix",