diff --git a/packages/agent/package.json b/packages/agent/package.json index 6d02ae4e2..979a33652 100644 --- a/packages/agent/package.json +++ b/packages/agent/package.json @@ -4,7 +4,15 @@ "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to interact with the Internet Computer", - "homepage": "https://sdk.dfinity.org/docs/index.html", + "homepage": "https://smartcontracts.org", + "repository": { + "type": "git", + "url": "https://github.com/dfinity/agent-js.git", + "directory": "packages/agent" + }, + "bugs": { + "url": "https://github.com/dfinity/agent-js/issues" + }, "keywords": [ "internet computer", "internet-computer", diff --git a/packages/auth-client/package.json b/packages/auth-client/package.json index b6315749d..c5bfe1724 100644 --- a/packages/auth-client/package.json +++ b/packages/auth-client/package.json @@ -4,7 +4,15 @@ "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to provide a simple integration with an IC Internet Identity", - "homepage": "https://sdk.dfinity.org/docs/index.html", + "homepage": "https://smartcontracts.org", + "repository": { + "type": "git", + "url": "https://github.com/dfinity/agent-js.git", + "directory": "packages/auth-client" + }, + "bugs": { + "url": "https://github.com/dfinity/agent-js/issues" + }, "keywords": [ "internet computer", "ic", diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 1c855caa9..f698d82d5 100644 --- a/packages/authentication/package.json +++ b/packages/authentication/package.json @@ -4,7 +4,15 @@ "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to manage identity and authentication with the Internet Computer", - "homepage": "https://sdk.dfinity.org/docs/index.html", + "homepage": "https://smartcontracts.org", + "repository": { + "type": "git", + "url": "https://github.com/dfinity/agent-js.git", + "directory": "packages/authentication" + }, + "bugs": { + "url": "https://github.com/dfinity/agent-js/issues" + }, "keywords": [ "internet computer", "ic", diff --git a/packages/candid/package.json b/packages/candid/package.json index 2f78f2cb6..317ada0b4 100644 --- a/packages/candid/package.json +++ b/packages/candid/package.json @@ -4,7 +4,15 @@ "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to work with candid interfaces", - "homepage": "https://sdk.dfinity.org/docs/index.html", + "homepage": "https://smartcontracts.org", + "repository": { + "type": "git", + "url": "https://github.com/dfinity/agent-js.git", + "directory": "packages/candid" + }, + "bugs": { + "url": "https://github.com/dfinity/agent-js/issues" + }, "keywords": [ "internet computer", "ic", diff --git a/packages/identity-ledgerhq/package.json b/packages/identity-ledgerhq/package.json index b943de533..2a636055d 100644 --- a/packages/identity-ledgerhq/package.json +++ b/packages/identity-ledgerhq/package.json @@ -4,7 +4,15 @@ "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to manage identity and authentication with the Internet Computer", - "homepage": "https://sdk.dfinity.org/docs/index.html", + "homepage": "https://smartcontracts.org", + "repository": { + "type": "git", + "url": "https://github.com/dfinity/agent-js.git", + "directory": "packages/identity-ledgerhq" + }, + "bugs": { + "url": "https://github.com/dfinity/agent-js/issues" + }, "keywords": [ "internet computer", "ic", diff --git a/packages/identity/package.json b/packages/identity/package.json index 459754172..389e32f0c 100644 --- a/packages/identity/package.json +++ b/packages/identity/package.json @@ -4,7 +4,15 @@ "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to manage identity with the Internet Computer", - "homepage": "https://sdk.dfinity.org/docs/index.html", + "homepage": "https://smartcontracts.org", + "repository": { + "type": "git", + "url": "https://github.com/dfinity/agent-js.git", + "directory": "packages/identity" + }, + "bugs": { + "url": "https://github.com/dfinity/agent-js/issues" + }, "keywords": [ "internet computer", "ic", diff --git a/packages/principal/package.json b/packages/principal/package.json index 04279ffd1..9db2eb325 100644 --- a/packages/principal/package.json +++ b/packages/principal/package.json @@ -4,7 +4,15 @@ "author": "DFINITY Stiftung ", "license": "Apache-2.0", "description": "JavaScript and TypeScript library to work with Internet Computer principals", - "homepage": "https://sdk.dfinity.org/docs/index.html", + "homepage": "https://smartcontracts.org", + "repository": { + "type": "git", + "url": "https://github.com/dfinity/agent-js.git", + "directory": "packages/principal" + }, + "bugs": { + "url": "https://github.com/dfinity/agent-js/issues" + }, "keywords": [ "internet computer", "ic",