ethers.js/packages/shims/package.json
2021-10-16 02:29:27 -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": "0x8cb0140eb461e4643404f56ba8d515f0bde32a7829cb58bec06b6034b6053ffa",
"types": "./lib/index.d.ts",
"version": "5.5.0"
}