ethers.js/packages/shims/package.json
2022-08-18 14:48:39 -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": "0xb200c84f283c7e23ca714da0071e5043234a622c0bd34e33f683fdfd9f69e9cd",
"types": "./lib/index.d.ts",
"version": "5.7.0"
}