ethers.js/packages/shims/package.json
2020-11-16 23:07:24 -05:00

29 lines
753 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",
"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": "0x37c48c49d2f4151d54c7a30209fab139c89621dd84c0f33ff123f60e16b1f74f",
"types": "./lib/index.d.ts",
"version": "5.0.8"
}