ethers.js/packages/shims/package.json
2021-04-17 22:41:09 -04:00

40 lines
1008 B
JSON

{
"_ethers_nobuild": true,
"author": "Richard Moore <me@ricmoo.com>",
"browser": "./dist/index.min.js",
"dependencies": {},
"description": "Shims required for ethers in constrained environments.",
"ethereum": "donations.ethers.eth",
"funding": [
{
"type": "individual",
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
},
{
"type": "individual",
"url": "https://www.buymeacoffee.com/ricmoo"
}
],
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./src/index.js",
"name": "@ethersproject/shims",
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "packages/shims",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"tarballHash": "0x59e818c2093604325cf6c4b07213a7e77b8f620bf74d9f1fae0b7250d525dc06",
"types": "./lib/index.d.ts",
"version": "5.1.1"
}