ethers.js/packages/shims/package.json

31 lines
878 B
JSON

{
"name": "@ethersproject/shims",
"version": "5.0.0-beta.132",
"_ethers_nobuild": true,
"description": "Shims required for ethers in constrained environments.",
"main": "./lib/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 <me@ricmoo.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"module": "./lib.esm/index.js",
"tarballHash": "0xaf9de32ae819cac08b2c3ab1ca7ce1f527a2d3c656d8c6dfceb4e9d9d6824aeb"
}