29 lines
717 B
JSON
29 lines
717 B
JSON
{
|
|
"name": "@ethersproject/basex",
|
|
"version": "5.0.0-beta.127",
|
|
"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.0",
|
|
"@ethersproject/properties": ">5.0.0-beta.0"
|
|
},
|
|
"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",
|
|
"tarballHash": "0x07d12f5f71d62ecbc4240de5bc05e6031f4e0e0620e280eba2c18b2e294d4ff5"
|
|
}
|