diff --git a/packages/example-react/package.json b/packages/example-react/package.json index ddc09962..ca1c5b1a 100644 --- a/packages/example-react/package.json +++ b/packages/example-react/package.json @@ -1,11 +1,21 @@ { "name": "@polkadot/example-react", "version": "0.86.2", + "license": "Apache-2.0", + "private": true, "description": "A very basic example with ui-* & react-* packages", "main": "index.js", "author": "Jaco Greeff ", "maintainers": [], - "license": "Apache-2.0", + "contributors": [], + "bugs": "https://github.com/polkadot-js/ui/issues", + "homepage": "https://github.com/polkadot-js/ui#readme", + "repository": { + "type": "git", + "url": "https://github.com/polkadot-js/ui.git", + "directory": "packages/example-react" + }, + "sideEffects": false, "dependencies": { "@babel/runtime": "^7.15.4" } diff --git a/packages/example-vue/package.json b/packages/example-vue/package.json index 147b5b2c..902dc00c 100644 --- a/packages/example-vue/package.json +++ b/packages/example-vue/package.json @@ -1,11 +1,21 @@ { "name": "@polkadot/example-vue", "version": "0.86.2", + "license": "Apache-2.0", + "private": true, "description": "A very basic example with ui-* & vue-* packages", "main": "index.js", "author": "Jaco Greeff ", "maintainers": [], - "license": "Apache-2.0", + "contributors": [], + "bugs": "https://github.com/polkadot-js/ui/issues", + "homepage": "https://github.com/polkadot-js/ui#readme", + "repository": { + "type": "git", + "url": "https://github.com/polkadot-js/ui.git", + "directory": "packages/example-vue" + }, + "sideEffects": false, "dependencies": { "@babel/runtime": "^7.15.4" } diff --git a/packages/exampleReactNative/package.json b/packages/exampleReactNative/package.json index f7a2e056..fd2241ae 100644 --- a/packages/exampleReactNative/package.json +++ b/packages/exampleReactNative/package.json @@ -1,6 +1,7 @@ { "name": "exampleReactNative", "version": "0.86.2", + "license": "Apache-2.0", "private": true, "scripts": { "copy-workspace-packages": "yarn copy-identicon && yarn copy-ui-shared", @@ -11,6 +12,14 @@ "start": "NODE_OPTIONS=--max_old_space_size=8192 react-native start", "test": "jest" }, + "bugs": "https://github.com/polkadot-js/ui/issues", + "homepage": "https://github.com/polkadot-js/ui#readme", + "repository": { + "type": "git", + "url": "https://github.com/polkadot-js/ui.git", + "directory": "packages/exampleReactNative" + }, + "sideEffects": false, "dependencies": { "@polkadot/keyring": "^7.6.1", "@polkadot/reactnative-identicon": "0.86.2", diff --git a/packages/react-identicon/package.json b/packages/react-identicon/package.json index 173df172..8ba256be 100644 --- a/packages/react-identicon/package.json +++ b/packages/react-identicon/package.json @@ -1,16 +1,24 @@ { "name": "@polkadot/react-identicon", "version": "0.86.2", + "license": "Apache-2.0", "type": "module", "description": "Renders an SVG picture representing an address", "main": "index.js", + "author": "Jaco Greeff ", + "maintainers": [], + "contributors": [], + "bugs": "https://github.com/polkadot-js/ui/issues", + "homepage": "https://github.com/polkadot-js/ui#readme", + "repository": { + "type": "git", + "url": "https://github.com/polkadot-js/ui.git", + "directory": "packages/react-identicon" + }, "sideEffects": [ "./detectPackage.js", "./detectPackage.cjs" ], - "author": "Jaco Greeff ", - "maintainers": [], - "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.15.4", "@polkadot/keyring": "^7.6.1", diff --git a/packages/react-qr/package.json b/packages/react-qr/package.json index 90d08285..f283f96b 100644 --- a/packages/react-qr/package.json +++ b/packages/react-qr/package.json @@ -1,13 +1,21 @@ { "name": "@polkadot/react-qr", "version": "0.86.2", + "license": "Apache-2.0", "type": "module", "description": "Generates and reads QR codes", "main": "index.js", - "sideEffects": false, "author": "Jaco Greeff ", "maintainers": [], - "license": "Apache-2.0", + "contributors": [], + "bugs": "https://github.com/polkadot-js/ui/issues", + "homepage": "https://github.com/polkadot-js/ui#readme", + "repository": { + "type": "git", + "url": "https://github.com/polkadot-js/ui.git", + "directory": "packages/react-qr" + }, + "sideEffects": false, "dependencies": { "@babel/runtime": "^7.15.4", "@polkadot/util": "^7.6.1", diff --git a/packages/reactnative-identicon/package.json b/packages/reactnative-identicon/package.json index 51a6fda9..b6df888c 100644 --- a/packages/reactnative-identicon/package.json +++ b/packages/reactnative-identicon/package.json @@ -1,16 +1,24 @@ { "name": "@polkadot/reactnative-identicon", "version": "0.86.2", + "license": "Apache-2.0", "type": "module", "description": "Renders an SVG picture representing an address", "main": "index.js", + "author": "Jaco Greeff ", + "maintainers": [], + "contributors": [], + "bugs": "https://github.com/polkadot-js/ui/issues", + "homepage": "https://github.com/polkadot-js/ui#readme", + "repository": { + "type": "git", + "url": "https://github.com/polkadot-js/ui.git", + "directory": "packages/reactnative-identicon" + }, "sideEffects": [ "./detectPackage.js", "./detectPackage.cjs" ], - "author": "Jaco Greeff ", - "maintainers": [], - "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.15.4", "@polkadot/ui-shared": "0.86.2", diff --git a/packages/ui-assets/package.json b/packages/ui-assets/package.json index 44be5689..e6622d2a 100644 --- a/packages/ui-assets/package.json +++ b/packages/ui-assets/package.json @@ -1,11 +1,20 @@ { "name": "@polkadot/ui-assets", "version": "0.86.2", + "license": "Apache-2.0", "description": "Static assets shared accross projects", "main": "index.js", "author": "Jaco Greeff ", "maintainers": [], - "license": "Apache-2.0", + "contributors": [], + "bugs": "https://github.com/polkadot-js/ui/issues", + "homepage": "https://github.com/polkadot-js/ui#readme", + "repository": { + "type": "git", + "url": "https://github.com/polkadot-js/ui.git", + "directory": "packages/ui-assets" + }, + "sideEffects": false, "dependencies": { "@babel/runtime": "^7.15.4" } diff --git a/packages/ui-keyring/package.json b/packages/ui-keyring/package.json index 4f57908e..90a0e846 100644 --- a/packages/ui-keyring/package.json +++ b/packages/ui-keyring/package.json @@ -1,17 +1,23 @@ { "name": "@polkadot/ui-keyring", "version": "0.86.2", + "license": "Apache-2.0", "type": "module", "main": "index.js", + "author": "Jaco Greeff ", + "maintainers": [], + "contributors": [], + "bugs": "https://github.com/polkadot-js/ui/issues", + "homepage": "https://github.com/polkadot-js/ui#readme", + "repository": { + "type": "git", + "url": "https://github.com/polkadot-js/ui.git", + "directory": "packages/ui-keyring" + }, "sideEffects": [ "./detectPackage.js", "./detectPackage.cjs" ], - "repository": "github:polkadot-js/apps", - "author": "Jaco Greeff ", - "maintainers": [], - "contributors": [], - "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.15.4", "@polkadot/hw-ledger": "^7.6.1", diff --git a/packages/ui-settings/package.json b/packages/ui-settings/package.json index 697c4f94..ad7da86d 100644 --- a/packages/ui-settings/package.json +++ b/packages/ui-settings/package.json @@ -1,13 +1,21 @@ { "name": "@polkadot/ui-settings", "version": "0.86.2", + "license": "Apache-2.0", "type": "module", "description": "Manages app settings", "main": "index.js", - "sideEffects": false, "author": "Jaco Greeff ", "maintainers": [], - "license": "Apache-2.0", + "contributors": [], + "bugs": "https://github.com/polkadot-js/ui/issues", + "homepage": "https://github.com/polkadot-js/ui#readme", + "repository": { + "type": "git", + "url": "https://github.com/polkadot-js/ui.git", + "directory": "packages/ui-settings" + }, + "sideEffects": false, "dependencies": { "@babel/runtime": "^7.15.4", "@polkadot/networks": "^7.6.1", diff --git a/packages/ui-shared/package.json b/packages/ui-shared/package.json index 79b4b203..75a27f46 100644 --- a/packages/ui-shared/package.json +++ b/packages/ui-shared/package.json @@ -1,13 +1,21 @@ { "name": "@polkadot/ui-shared", "version": "0.86.2", + "license": "Apache-2.0", "type": "module", "description": "Shared logic that is usable accross all frameworks-specific areas", "main": "index.js", - "sideEffects": false, "author": "Jaco Greeff ", "maintainers": [], - "license": "Apache-2.0", + "contributors": [], + "bugs": "https://github.com/polkadot-js/ui/issues", + "homepage": "https://github.com/polkadot-js/ui#readme", + "repository": { + "type": "git", + "url": "https://github.com/polkadot-js/ui.git", + "directory": "packages/ui-shared" + }, + "sideEffects": false, "dependencies": { "@babel/runtime": "^7.15.4", "color": "^3.2.1" diff --git a/packages/vue-identicon/package.json b/packages/vue-identicon/package.json index f5888c07..f5b47059 100644 --- a/packages/vue-identicon/package.json +++ b/packages/vue-identicon/package.json @@ -1,16 +1,24 @@ { "name": "@polkadot/vue-identicon", "version": "0.86.2", + "license": "Apache-2.0", "type": "module", "description": "Renders an SVG picture representing an address", + "main": "index.js", "author": "Jaco Greeff ", "maintainers": [], - "main": "index.js", + "contributors": [], + "bugs": "https://github.com/polkadot-js/ui/issues", + "homepage": "https://github.com/polkadot-js/ui#readme", + "repository": { + "type": "git", + "url": "https://github.com/polkadot-js/ui.git", + "directory": "packages/vue-identicon" + }, "sideEffects": [ "./detectPackage.js", "./detectPackage.cjs" ], - "license": "Apache-2.0", "dependencies": { "@babel/runtime": "^7.15.4", "@polkadot/ui-shared": "0.86.2",