{ "name": "@ethersproject/shims", "version": "5.0.0-beta.131", "_ethers_nobuild": true, "description": "Shims required for ethers in constrained environments.", "main": "./src/index.js", "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" }, "devDependencies": { "browserify": "16.2.3", "uglify-es": "3.3.9" }, "keywords": [ "Ethereum", "ethers" ], "author": "Richard Moore ", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git://github.com/ethers-io/ethers.js.git" }, "tarballHash": "0x5662e167af083471aa4f3c085b5e41abc50f3f8de297c28c5e5c59b2f34207a3" }