ethers.js/packages/shims/package.json

33 lines
938 B
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
"_ethers_nobuild": true,
"author": "Richard Moore <me@ricmoo.com>",
2019-05-15 01:25:46 +03:00
"description": "Shims required for ethers in constrained environments.",
"devDependencies": {
"browserify": "16.2.3",
"uglify-es": "3.3.9"
},
"ethereum": "donations.ethers.eth",
2019-05-15 01:25:46 +03:00
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/shims",
2019-05-15 01:25:46 +03:00
"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"
},
2020-08-28 05:04:58 +03:00
"tarballHash": "0x467b15771855ef575183199ea61680632cd68f35f62cdefcbcdf14a4316e8782",
"types": "./lib/index.d.ts",
2020-08-28 05:04:58 +03:00
"version": "5.0.4"
2019-05-15 01:25:46 +03:00
}