31 lines
795 B
JSON
31 lines
795 B
JSON
{
|
|
"name": "@ethersproject/bytes",
|
|
"version": "5.0.0-beta.129",
|
|
"description": "Bytes utility functions for ethers.",
|
|
"main": "./lib/index.js",
|
|
"scripts": {
|
|
"build": "tsc -p ./tsconfig.json",
|
|
"auto-build": "npm run build -- -w",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@ethersproject/logger": ">=5.0.0-beta.129"
|
|
},
|
|
"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",
|
|
"tarballHash": "0x11da50922c3e91c2fa195a580699ba92774bc3275a1154309ffcff8dee314c8d"
|
|
}
|