ethers.js/packages/shims/package.json

40 lines
1008 B
JSON
Raw Permalink Normal View History

2019-05-14 18:25:46 -04:00
{
"_ethers_nobuild": true,
"author": "Richard Moore <me@ricmoo.com>",
2020-09-05 23:35:35 -04:00
"browser": "./dist/index.min.js",
2021-03-30 15:22:45 -04:00
"dependencies": {},
2019-05-14 18:25:46 -04:00
"description": "Shims required for ethers in constrained environments.",
"ethereum": "donations.ethers.eth",
2020-11-23 19:23:11 -05:00
"funding": [
{
"type": "individual",
"url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
},
{
"type": "individual",
"url": "https://www.buymeacoffee.com/ricmoo"
}
],
2019-05-14 18:25:46 -04:00
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./src/index.js",
"name": "@ethersproject/shims",
2019-05-14 18:25:46 -04:00
"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"
},
2021-05-31 19:06:24 -04:00
"tarballHash": "0xd5e886e03afe11fd07413b3cec90f547b7872a4d73fe4adffc856fc904775030",
"types": "./lib/index.d.ts",
2021-05-31 19:06:24 -04:00
"version": "5.3.0"
2019-05-14 18:25:46 -04:00
}