2019-05-15 01:25:46 +03:00
|
|
|
{
|
|
|
|
"_ethers_nobuild": true,
|
2019-11-23 15:38:13 +03:00
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
2020-09-06 06:35:35 +03:00
|
|
|
"browser": "./dist/index.min.js",
|
2019-05-15 01:25:46 +03:00
|
|
|
"description": "Shims required for ethers in constrained environments.",
|
2019-11-23 15:38:13 +03:00
|
|
|
"ethereum": "donations.ethers.eth",
|
2019-05-15 01:25:46 +03:00
|
|
|
"keywords": [
|
|
|
|
"Ethereum",
|
|
|
|
"ethers"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
2019-11-23 15:38:13 +03:00
|
|
|
"main": "./lib/index.js",
|
|
|
|
"module": "./lib.esm/index.js",
|
|
|
|
"name": "@ethersproject/shims",
|
2019-05-15 01:25:46 +03:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2019-08-03 08:27:20 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
|
|
},
|
2019-11-23 15:38:13 +03:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
2020-09-23 06:18:45 +03:00
|
|
|
"tarballHash": "0xeed166cdcd5e65567723cb6c9249192ed4be095b24cca5549fecf9f3e9950d41",
|
2019-09-01 06:56:02 +03:00
|
|
|
"types": "./lib/index.d.ts",
|
2020-09-23 06:18:45 +03:00
|
|
|
"version": "5.0.6"
|
2019-05-15 01:25:46 +03:00
|
|
|
}
|