Skip to content

Commit b74d027

Browse files
Add more details to package.json files (#1131)
Co-authored-by: Taylor Dawson <taylorjdawson@gmail.com>
1 parent b2e2ec3 commit b74d027

File tree

21 files changed

+777
-37
lines changed

21 files changed

+777
-37
lines changed

package.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,43 @@
55
"workspaces": [
66
"./packages/*"
77
],
8+
"description": "Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
9+
"keywords": [
10+
"Ethereum",
11+
"Web3",
12+
"EVM",
13+
"dapp",
14+
"Multichain",
15+
"Wallet",
16+
"Transaction",
17+
"Provider",
18+
"Hardware Wallet",
19+
"Notifications",
20+
"React",
21+
"Svelte",
22+
"Vue",
23+
"Next",
24+
"Nuxt",
25+
"MetaMask",
26+
"Coinbase",
27+
"WalletConnect",
28+
"Ledger",
29+
"Trezor",
30+
"Connect Wallet",
31+
"Ethereum Hooks",
32+
"Blocknative",
33+
"Mempool",
34+
"pending",
35+
"confirmed",
36+
"Injected Wallet"
37+
],
38+
"repository": {
39+
"type": "git",
40+
"url": "https://github.com/blocknative/web3-onboard.git",
41+
"directory": "packages/core"
42+
},
43+
"homepage": "https://www.blocknative.com/onboard",
44+
"bugs": "https://github.com/blocknative/web3-onboard/issues",
845
"scripts": {
946
"install-m1-mac": "yarn install --ignore-optional",
1047
"format": "prettier --write 'packages/**/*.ts'",

packages/coinbase/package.json

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,43 @@
11
{
22
"name": "@web3-onboard/coinbase",
33
"version": "2.0.7",
4-
"description": "Coinbase Wallet module for web3-onboard",
5-
"repository": "blocknative/web3-onboard",
4+
"description": "Coinbase SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
5+
"keywords": [
6+
"Ethereum",
7+
"Web3",
8+
"EVM",
9+
"dapp",
10+
"Multichain",
11+
"Wallet",
12+
"Transaction",
13+
"Provider",
14+
"Hardware Wallet",
15+
"Notifications",
16+
"React",
17+
"Svelte",
18+
"Vue",
19+
"Next",
20+
"Nuxt",
21+
"MetaMask",
22+
"Coinbase",
23+
"WalletConnect",
24+
"Ledger",
25+
"Trezor",
26+
"Connect Wallet",
27+
"Ethereum Hooks",
28+
"Blocknative",
29+
"Mempool",
30+
"pending",
31+
"confirmed",
32+
"Injected Wallet"
33+
],
34+
"repository": {
35+
"type": "git",
36+
"url": "https://github.com/blocknative/web3-onboard.git",
37+
"directory": "packages/core"
38+
},
39+
"homepage": "https://www.blocknative.com/onboard",
40+
"bugs": "https://github.com/blocknative/web3-onboard/issues",
641
"module": "dist/index.js",
742
"browser": "dist/index.js",
843
"main": "dist/index.js",

packages/common/package.json

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,43 @@
11
{
22
"name": "@web3-onboard/common",
33
"version": "2.1.4",
4-
"repository": "blocknative/web3-onboard",
4+
"description": "Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
5+
"keywords": [
6+
"Ethereum",
7+
"Web3",
8+
"EVM",
9+
"dapp",
10+
"Multichain",
11+
"Wallet",
12+
"Transaction",
13+
"Provider",
14+
"Hardware Wallet",
15+
"Notifications",
16+
"React",
17+
"Svelte",
18+
"Vue",
19+
"Next",
20+
"Nuxt",
21+
"MetaMask",
22+
"Coinbase",
23+
"WalletConnect",
24+
"Ledger",
25+
"Trezor",
26+
"Connect Wallet",
27+
"Ethereum Hooks",
28+
"Blocknative",
29+
"Mempool",
30+
"pending",
31+
"confirmed",
32+
"Injected Wallet"
33+
],
34+
"repository": {
35+
"type": "git",
36+
"url": "https://github.com/blocknative/web3-onboard.git",
37+
"directory": "packages/core"
38+
},
39+
"homepage": "https://www.blocknative.com/onboard",
40+
"bugs": "https://github.com/blocknative/web3-onboard/issues",
541
"scripts": {
642
"build": "rollup -c",
743
"dev": "rollup -c -w",

packages/core/package.json

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,43 @@
11
{
22
"name": "@web3-onboard/core",
33
"version": "2.4.0-alpha.7",
4-
"repository": "blocknative/web3-onboard",
4+
"description": "Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
5+
"keywords": [
6+
"Ethereum",
7+
"Web3",
8+
"EVM",
9+
"dapp",
10+
"Multichain",
11+
"Wallet",
12+
"Transaction",
13+
"Provider",
14+
"Hardware Wallet",
15+
"Notifications",
16+
"React",
17+
"Svelte",
18+
"Vue",
19+
"Next",
20+
"Nuxt",
21+
"MetaMask",
22+
"Coinbase",
23+
"WalletConnect",
24+
"Ledger",
25+
"Trezor",
26+
"Connect Wallet",
27+
"Ethereum Hooks",
28+
"Blocknative",
29+
"Mempool",
30+
"pending",
31+
"confirmed",
32+
"Injected Wallet"
33+
],
34+
"repository": {
35+
"type": "git",
36+
"url": "https://github.com/blocknative/web3-onboard.git",
37+
"directory": "packages/core"
38+
},
39+
"homepage": "https://www.blocknative.com/onboard",
40+
"bugs": "https://github.com/blocknative/web3-onboard/issues",
541
"scripts": {
642
"build": "rollup -c",
743
"dev": "rollup -c -w",

packages/dcent/package.json

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,43 @@
11
{
22
"name": "@web3-onboard/dcent",
33
"version": "2.0.4",
4-
"description": "D'CENT module for web3-onboard",
5-
"repository": "blocknative/web3-onboard",
4+
"description": "D'CENT wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
5+
"keywords": [
6+
"Ethereum",
7+
"Web3",
8+
"EVM",
9+
"dapp",
10+
"Multichain",
11+
"Wallet",
12+
"Transaction",
13+
"Provider",
14+
"Hardware Wallet",
15+
"Notifications",
16+
"React",
17+
"Svelte",
18+
"Vue",
19+
"Next",
20+
"Nuxt",
21+
"MetaMask",
22+
"Coinbase",
23+
"WalletConnect",
24+
"Ledger",
25+
"Trezor",
26+
"Connect Wallet",
27+
"Ethereum Hooks",
28+
"Blocknative",
29+
"Mempool",
30+
"pending",
31+
"confirmed",
32+
"Injected Wallet"
33+
],
34+
"repository": {
35+
"type": "git",
36+
"url": "https://github.com/blocknative/web3-onboard.git",
37+
"directory": "packages/core"
38+
},
39+
"homepage": "https://www.blocknative.com/onboard",
40+
"bugs": "https://github.com/blocknative/web3-onboard/issues",
641
"module": "dist/index.js",
742
"typings": "dist/index.d.ts",
843
"files": [

packages/fortmatic/package.json

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,43 @@
11
{
22
"name": "@web3-onboard/fortmatic",
33
"version": "2.0.6",
4-
"description": "Fortmatic module for web3-onboard",
4+
"description": "Fortmatic wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
5+
"keywords": [
6+
"Ethereum",
7+
"Web3",
8+
"EVM",
9+
"dapp",
10+
"Multichain",
11+
"Wallet",
12+
"Transaction",
13+
"Provider",
14+
"Hardware Wallet",
15+
"Notifications",
16+
"React",
17+
"Svelte",
18+
"Vue",
19+
"Next",
20+
"Nuxt",
21+
"MetaMask",
22+
"Coinbase",
23+
"WalletConnect",
24+
"Ledger",
25+
"Trezor",
26+
"Connect Wallet",
27+
"Ethereum Hooks",
28+
"Blocknative",
29+
"Mempool",
30+
"pending",
31+
"confirmed",
32+
"Injected Wallet"
33+
],
34+
"repository": {
35+
"type": "git",
36+
"url": "https://github.com/blocknative/web3-onboard.git",
37+
"directory": "packages/core"
38+
},
39+
"homepage": "https://www.blocknative.com/onboard",
40+
"bugs": "https://github.com/blocknative/web3-onboard/issues",
541
"repository": "blocknative/web3-onboard",
642
"module": "dist/index.js",
743
"browser": "dist/index.js",

packages/gnosis/package.json

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,43 @@
11
{
22
"name": "@web3-onboard/gnosis",
33
"version": "2.0.5",
4-
"description": "Gnosis module for web3-onboard",
5-
"repository": "blocknative/web3-onboard",
4+
"description": "Gnosis Safe module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
5+
"keywords": [
6+
"Ethereum",
7+
"Web3",
8+
"EVM",
9+
"dapp",
10+
"Multichain",
11+
"Wallet",
12+
"Transaction",
13+
"Provider",
14+
"Hardware Wallet",
15+
"Notifications",
16+
"React",
17+
"Svelte",
18+
"Vue",
19+
"Next",
20+
"Nuxt",
21+
"MetaMask",
22+
"Coinbase",
23+
"WalletConnect",
24+
"Ledger",
25+
"Trezor",
26+
"Connect Wallet",
27+
"Ethereum Hooks",
28+
"Blocknative",
29+
"Mempool",
30+
"pending",
31+
"confirmed",
32+
"Injected Wallet"
33+
],
34+
"repository": {
35+
"type": "git",
36+
"url": "https://github.com/blocknative/web3-onboard.git",
37+
"directory": "packages/core"
38+
},
39+
"homepage": "https://www.blocknative.com/onboard",
40+
"bugs": "https://github.com/blocknative/web3-onboard/issues",
641
"module": "dist/index.js",
742
"browser": "dist/index.js",
843
"main": "dist/index.js",

packages/injected/package.json

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,43 @@
11
{
22
"name": "@web3-onboard/injected-wallets",
33
"version": "2.0.13-alpha.2",
4-
"description": "Injected wallets module for web3-onboard",
5-
"repository": "blocknative/web3-onboard",
4+
"description": "Injected wallet module for connecting browser extension and mobile wallets to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
5+
"keywords": [
6+
"Ethereum",
7+
"Web3",
8+
"EVM",
9+
"dapp",
10+
"Multichain",
11+
"Wallet",
12+
"Transaction",
13+
"Provider",
14+
"Hardware Wallet",
15+
"Notifications",
16+
"React",
17+
"Svelte",
18+
"Vue",
19+
"Next",
20+
"Nuxt",
21+
"MetaMask",
22+
"Coinbase",
23+
"WalletConnect",
24+
"Ledger",
25+
"Trezor",
26+
"Connect Wallet",
27+
"Ethereum Hooks",
28+
"Blocknative",
29+
"Mempool",
30+
"pending",
31+
"confirmed",
32+
"Injected Wallet"
33+
],
34+
"repository": {
35+
"type": "git",
36+
"url": "https://github.com/blocknative/web3-onboard.git",
37+
"directory": "packages/core"
38+
},
39+
"homepage": "https://www.blocknative.com/onboard",
40+
"bugs": "https://github.com/blocknative/web3-onboard/issues",
641
"module": "dist/index.js",
742
"browser": "dist/index.js",
843
"main": "dist/index.js",

0 commit comments

Comments
 (0)