ethers.js/packages/basex/package.json
2019-09-28 02:36:19 -04:00

31 lines
792 B
JSON

{
"name": "@ethersproject/basex",
"version": "5.0.0-beta.129",
"description": "Base-X without Buffer.",
"main": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ethersproject/bytes": ">=5.0.0-beta.129",
"@ethersproject/properties": ">=5.0.0-beta.131"
},
"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": "0x06b91176cd6668fc42aefe16cd0e63d9027a8fcc2410a1f5454134a5292f06cb"
}