ethers.js/packages/shims/package.json
2020-10-18 23:19:16 -04: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": "0x85af07a3f742fa175893245a1b4f1430a32d0f0fbd962cacdeb5f880fcbbc0d8",
"types": "./lib/index.d.ts",
"version": "5.0.7"
}