ethers.js/packages/web/package.json
2020-05-12 23:31:51 -04:00

42 lines
1.1 KiB
JSON

{
"author": "Richard Moore <me@ricmoo.com>",
"browser": {
"./lib/geturl": "./lib/browser-geturl.js"
},
"browser.esm": {
"./lib.esm/geturl": "./lib.esm/browser-geturl.js"
},
"browser.umd": {
"./lib/geturl": "./lib/browser-geturl.js"
},
"dependencies": {
"@ethersproject/base64": ">=5.0.0-beta.133",
"@ethersproject/logger": ">=5.0.0-beta.137",
"@ethersproject/properties": ">=5.0.0-beta.140",
"@ethersproject/strings": ">=5.0.0-beta.136"
},
"description": "Utility fucntions for managing web requests for ethers.",
"ethereum": "donations.ethers.eth",
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/web",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"tarballHash": "0xc204ca7a6f3b8b566d546691debfe40632fc7bfeaab42926483d380213fc95de",
"types": "./lib/index.d.ts",
"version": "5.0.0-beta.140"
}