ethers.js/packages/providers/package.json

73 lines
2.0 KiB
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
2020-11-15 01:42:36 +03:00
"_ethers.alias": {
"browser-net.d.ts": "",
2021-02-01 05:12:58 +03:00
"browser-net.d.ts.map": "",
2020-11-15 01:42:36 +03:00
"browser-net.js": "",
"browser-net.js.map": "",
"ipc-provider.js": "browser-ipc-provider.js",
"ws.js": "browser-ws.js"
},
"author": "Richard Moore <me@ricmoo.com>",
2019-05-15 01:25:46 +03:00
"browser": {
"./lib/ipc-provider": "./lib/browser-ipc-provider.js",
2020-11-18 04:07:22 +03:00
"./lib/ws": "./lib/browser-ws.js",
2020-11-17 07:07:24 +03:00
"net": "./lib/browser-net.js"
2020-04-18 12:14:55 +03:00
},
2019-05-15 01:25:46 +03:00
"dependencies": {
2021-06-24 09:13:06 +03:00
"@ethersproject/abstract-provider": "^5.4.0",
"@ethersproject/abstract-signer": "^5.4.0",
"@ethersproject/address": "^5.4.0",
"@ethersproject/basex": "^5.4.0",
"@ethersproject/bignumber": "^5.4.0",
"@ethersproject/bytes": "^5.4.0",
"@ethersproject/constants": "^5.4.0",
"@ethersproject/hash": "^5.4.0",
"@ethersproject/logger": "^5.4.0",
"@ethersproject/networks": "^5.4.0",
"@ethersproject/properties": "^5.4.0",
"@ethersproject/random": "^5.4.0",
"@ethersproject/rlp": "^5.4.0",
"@ethersproject/sha2": "^5.4.0",
"@ethersproject/strings": "^5.4.0",
"@ethersproject/transactions": "^5.4.0",
"@ethersproject/web": "^5.4.0",
"bech32": "1.1.4",
"ws": "7.4.6"
2019-05-15 01:25:46 +03:00
},
"description": "Ethereum Providers for ethers.",
"ethereum": "donations.ethers.eth",
2020-11-24 03:23:11 +03:00
"funding": [
{
"type": "individual",
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
},
{
"type": "individual",
"url": "https://www.buymeacoffee.com/ricmoo"
}
],
2019-05-15 01:25:46 +03:00
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./lib/index.js",
2020-11-17 07:07:24 +03:00
"module": "./lib.esm/index.js",
"name": "@ethersproject/providers",
2019-05-15 01:25:46 +03:00
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "packages/providers",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2020-11-15 01:42:36 +03:00
"sideEffects": false,
2021-07-30 06:30:17 +03:00
"tarballHash": "0x9f56d24890af8f005e3de6e44f527ed98a6d975db78496543804271dc0658757",
"types": "./lib/index.d.ts",
2021-07-30 06:30:17 +03:00
"version": "5.4.3"
2019-05-15 01:25:46 +03:00
}