ethers.js/packages/shims/package.json

40 lines
1008 B
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
"_ethers_nobuild": true,
"author": "Richard Moore <me@ricmoo.com>",
2020-09-06 06:35:35 +03:00
"browser": "./dist/index.min.js",
2021-03-30 22:22:45 +03:00
"dependencies": {},
2019-05-15 01:25:46 +03:00
"description": "Shims required for ethers in constrained environments.",
"ethereum": "donations.ethers.eth",
2020-11-24 03:23:11 +03: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-15 01:25:46 +03:00
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./src/index.js",
"name": "@ethersproject/shims",
2019-05-15 01:25:46 +03: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"
},
2022-08-18 21:48:39 +03:00
"tarballHash": "0xb200c84f283c7e23ca714da0071e5043234a622c0bd34e33f683fdfd9f69e9cd",
"types": "./lib/index.d.ts",
2022-08-18 21:48:39 +03:00
"version": "5.7.0"
2019-05-15 01:25:46 +03:00
}