ethers.js/packages/errors/package.json
2019-09-08 02:46:53 -04:00

27 lines
681 B
JSON

{
"name": "@ethersproject/errors",
"version": "5.0.0-beta.130",
"description": "Error utility functions for ethers.",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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",
"types": "./lib/index.d.ts",
"ethereum": "donations.ethers.eth",
"tarballHash": "0x69e4d6949d73b6ebd7dd51f0fede9fbd5d720b3a957fc92241c9505eb2cdedcf"
}