ethers.js/packages/shims/package.json
2020-09-22 23:18:45 -04:00

30 lines
810 B
JSON

{
"_ethers_nobuild": true,
"author": "Richard Moore <me@ricmoo.com>",
"browser": "./dist/index.min.js",
"description": "Shims required for ethers in constrained environments.",
"ethereum": "donations.ethers.eth",
"gitHead": "261eb04e97cdc1ff11e4716e9c7f421d681aceb1",
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/shims",
"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": "0xeed166cdcd5e65567723cb6c9249192ed4be095b24cca5549fecf9f3e9950d41",
"types": "./lib/index.d.ts",
"version": "5.0.6"
}