{ "_ethers_nobuild": true, "author": "Richard Moore ", "description": "Shims required for ethers in constrained environments.", "devDependencies": { "browserify": "16.2.3", "uglify-es": "3.3.9" }, "ethereum": "donations.ethers.eth", "keywords": [ "Ethereum", "ethers" ], "license": "MIT", "main": "./lib/index.js", "module": "./lib.esm/index.js", "name": "@ethersproject/shims", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "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" }, "tarballHash": "0xd5d80bb237a3ed648dbf8c99ea6675a3617e97458b7cc8ed9dd4076ad6b2f864", "types": "./lib/index.d.ts", "version": "5.0.1" }