2019-05-14 22:25:46 +00:00
|
|
|
{
|
|
|
|
"_ethers_nobuild": true,
|
2019-11-23 12:38:13 +00:00
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
2019-05-14 22:25:46 +00:00
|
|
|
"description": "Shims required for ethers in constrained environments.",
|
|
|
|
"devDependencies": {
|
|
|
|
"browserify": "16.2.3",
|
|
|
|
"uglify-es": "3.3.9"
|
|
|
|
},
|
2019-11-23 12:38:13 +00:00
|
|
|
"ethereum": "donations.ethers.eth",
|
2019-05-14 22:25:46 +00:00
|
|
|
"keywords": [
|
|
|
|
"Ethereum",
|
|
|
|
"ethers"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
2019-11-23 12:38:13 +00:00
|
|
|
"main": "./lib/index.js",
|
|
|
|
"module": "./lib.esm/index.js",
|
|
|
|
"name": "@ethersproject/shims",
|
2019-05-14 22:25:46 +00:00
|
|
|
"publishConfig": {
|
|
|
|
"access": "public"
|
|
|
|
},
|
2019-08-03 05:27:20 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/ethers-io/ethers.js.git"
|
|
|
|
},
|
2019-11-23 12:38:13 +00:00
|
|
|
"scripts": {
|
|
|
|
"dist": "browserify ./src/index.js -o ./dist/index.js && uglifyjs --compress --mangle --output ./dist/index.min.js -- ./dist/index.js",
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
2020-06-13 03:04:10 +00:00
|
|
|
"tarballHash": "0xd5d80bb237a3ed648dbf8c99ea6675a3617e97458b7cc8ed9dd4076ad6b2f864",
|
2019-09-01 03:56:02 +00:00
|
|
|
"types": "./lib/index.d.ts",
|
2020-06-13 03:04:10 +00:00
|
|
|
"version": "5.0.1"
|
2019-05-14 22:25:46 +00:00
|
|
|
}
|