2
0
mirror of synced 2025-02-24 12:08:10 +00:00
ethers.js/packages/web/package.json

42 lines
1.1 KiB
JSON
Raw Normal View History

2019-05-14 18:25:46 -04:00
{
"author": "Richard Moore <me@ricmoo.com>",
"browser": {
"./lib/geturl": "./lib/browser-geturl.js"
},
2020-04-18 05:14:55 -04:00
"browser.esm": {
"./lib.esm/geturl": "./lib.esm/browser-geturl.js"
},
"browser.umd": {
"./lib/geturl": "./lib/browser-geturl.js"
},
2019-05-14 18:25:46 -04:00
"dependencies": {
2020-06-12 21:07:12 -04:00
"@ethersproject/base64": "^5.0.0",
"@ethersproject/logger": "^5.0.0",
"@ethersproject/properties": "^5.0.0",
"@ethersproject/strings": "^5.0.0"
2019-05-14 18:25:46 -04:00
},
"description": "Utility fucntions for managing web requests for ethers.",
"ethereum": "donations.ethers.eth",
2019-05-14 18:25:46 -04:00
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/web",
2019-05-14 18:25:46 -04:00
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2020-07-15 14:00:36 -04:00
"tarballHash": "0x706e9cf2a72162332269c71f0e1c5ca6dbaa252e627710ed676fd342dbe89e40",
"types": "./lib/index.d.ts",
2020-07-13 08:03:56 -04:00
"version": "5.0.2"
2019-05-14 18:25:46 -04:00
}