diff --git a/packages/bnc-onboard/package.json b/packages/bnc-onboard/package.json index 03421781..cf94b486 100644 --- a/packages/bnc-onboard/package.json +++ b/packages/bnc-onboard/package.json @@ -1,6 +1,15 @@ { "name": "@uauth/bnc-onboard", "version": "2.7.0", + "homepage": "https://github.com/unstoppabledomains/uauth/tree/main/packages/bnc-onboard#readme", + "repository": { + "type": "git", + "url": "git+https://github.com/unstoppabledomains/uauth.git", + "directory": "packages/bnc-onboard" + }, + "bugs": { + "url": "https://github.com/unstoppabledomains/uauth/issues" + }, "type": "module", "exports": { "import": "./build/index.module.mjs", @@ -35,4 +44,4 @@ "access": "public" }, "amdName": "UAuthBncOnboard" -} +} \ No newline at end of file diff --git a/packages/common/package.json b/packages/common/package.json index 3dbc4012..f78bb077 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,5 +1,14 @@ { "name": "@uauth/common", + "homepage": "https://github.com/unstoppabledomains/uauth/tree/main/packages/common#readme", + "repository": { + "type": "git", + "url": "git+https://github.com/unstoppabledomains/uauth.git", + "directory": "packages/common" + }, + "bugs": { + "url": "https://github.com/unstoppabledomains/uauth/issues" + }, "version": "2.3.0", "type": "module", "exports": { @@ -31,4 +40,4 @@ "access": "public" }, "amdName": "UAuthCommon" -} +} \ No newline at end of file diff --git a/packages/js/package.json b/packages/js/package.json index 9e06fa43..d0b4747c 100644 --- a/packages/js/package.json +++ b/packages/js/package.json @@ -1,6 +1,15 @@ { "name": "@uauth/js", "version": "2.7.0", + "homepage": "https://github.com/unstoppabledomains/uauth/tree/main/packages/js#readme", + "repository": { + "type": "git", + "url": "git+https://github.com/unstoppabledomains/uauth.git", + "directory": "packages/js" + }, + "bugs": { + "url": "https://github.com/unstoppabledomains/uauth/issues" + }, "type": "module", "exports": { "import": "./build/index.module.mjs", @@ -37,4 +46,4 @@ "registry": "https://registry.npmjs.org" }, "amdName": "UAuth" -} +} \ No newline at end of file diff --git a/packages/moralis/package.json b/packages/moralis/package.json index 35964272..78df05c0 100644 --- a/packages/moralis/package.json +++ b/packages/moralis/package.json @@ -1,6 +1,15 @@ { "name": "@uauth/moralis", "version": "2.7.0", + "homepage": "https://github.com/unstoppabledomains/uauth/tree/main/packages/moralis#readme", + "repository": { + "type": "git", + "url": "git+https://github.com/unstoppabledomains/uauth.git", + "directory": "packages/moralis" + }, + "bugs": { + "url": "https://github.com/unstoppabledomains/uauth/issues" + }, "type": "commonjs", "exports": { "import": "./build/index.module.mjs", @@ -39,4 +48,4 @@ "access": "public" }, "amdName": "UAuthMoralis" -} +} \ No newline at end of file diff --git a/packages/node/package.json b/packages/node/package.json index 0f95fc8b..3f6a2eff 100644 --- a/packages/node/package.json +++ b/packages/node/package.json @@ -1,5 +1,14 @@ { "name": "@uauth/node", + "homepage": "https://github.com/unstoppabledomains/uauth/tree/main/packages/node#readme", + "repository": { + "type": "git", + "url": "git+https://github.com/unstoppabledomains/uauth.git", + "directory": "packages/node" + }, + "bugs": { + "url": "https://github.com/unstoppabledomains/uauth/issues" + }, "version": "2.4.0", "type": "commonjs", "exports": { @@ -42,4 +51,4 @@ "access": "public" }, "amdName": "UAuthNode" -} +} \ No newline at end of file diff --git a/packages/web3-onboard/package.json b/packages/web3-onboard/package.json index dae8d957..f62d6af3 100644 --- a/packages/web3-onboard/package.json +++ b/packages/web3-onboard/package.json @@ -1,6 +1,15 @@ { "name": "@uauth/web3-onboard", "version": "2.7.0", + "homepage": "https://github.com/unstoppabledomains/uauth/tree/main/packages/web3-onboard#readme", + "repository": { + "type": "git", + "url": "git+https://github.com/unstoppabledomains/uauth.git", + "directory": "packages/web3-onboard" + }, + "bugs": { + "url": "https://github.com/unstoppabledomains/uauth/issues" + }, "type": "module", "exports": { "import": "./build/index.module.mjs", @@ -43,4 +52,4 @@ "access": "public" }, "amdName": "UAuthWeb3Onboard" -} +} \ No newline at end of file diff --git a/packages/web3modal/package.json b/packages/web3modal/package.json index cd523dc0..6d1a46ff 100644 --- a/packages/web3modal/package.json +++ b/packages/web3modal/package.json @@ -1,6 +1,15 @@ { "name": "@uauth/web3modal", "version": "2.7.0", + "homepage": "https://github.com/unstoppabledomains/uauth/tree/main/packages/web3modal#readme", + "repository": { + "type": "git", + "url": "git+https://github.com/unstoppabledomains/uauth.git", + "directory": "packages/web3modal" + }, + "bugs": { + "url": "https://github.com/unstoppabledomains/uauth/issues" + }, "main": "./build/index.js", "files": [ "build" @@ -22,4 +31,4 @@ "publishConfig": { "access": "public" } -} +} \ No newline at end of file