ethers.js/packages/bytes/package.json

29 lines
721 B
JSON

{
"name": "@ethersproject/bytes",
"version": "5.0.0-beta.128",
"description": "Bytes utility functions for ethers.",
"main": "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.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"
},
"tarballHash": "0x793a4a0bb6c5a84b9dfc8e52a8627700bd85e00ede0a411db5ea25eae5b43cd1"
}