ethers.js/packages/basex/package.json
2020-11-23 18:44:11 -05:00

33 lines
822 B
JSON

{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/bytes": "^5.0.4",
"@ethersproject/properties": "^5.0.3"
},
"description": "Base-X without Buffer.",
"ethereum": "donations.ethers.eth",
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/basex",
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "packages/basex",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0x7fa7045f05554887ced897ea35c569153ea65efc744d4b414cacc409145e6ff5",
"types": "./lib/index.d.ts",
"version": "5.0.5"
}