ethers.js/packages/shims/package.json

34 lines
974 B
JSON
Raw Normal View History

2019-05-15 01:25:46 +03:00
{
"_ethers_nobuild": true,
"author": "Richard Moore <me@ricmoo.com>",
2020-09-06 06:35:35 +03:00
"browser": "./dist/index.min.js",
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-09-06 06:35:35 +03:00
"tarballHash": "0xe67b67d07dc853542e750860c5e34b9f59f5c387c5b5043aa1ff639858668e8f",
"types": "./lib/index.d.ts",
2020-09-06 06:35:35 +03:00
"version": "5.0.5"
2019-05-15 01:25:46 +03:00
}