{ "_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": "0x7850f44d2c98114e92ba597c4aa2844083b024719a5e21a3d79cb011842f7f66", "types": "./lib/index.d.ts", "version": "5.0.0-beta.134" }