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

34 lines
873 B
JSON

{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/logger": "^5.0.5"
},
"description": "Bytes utility functions for ethers.",
"ethereum": "donations.ethers.eth",
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/bytes",
"publishConfig": {
"access": "public"
},
"repository": {
"directory": "packages/bytes",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"auto-build": "npm run build -- -w",
"build": "tsc -p ./tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"tarballHash": "0x1434c3e1df18ea4906cefbb68a6f0e70f389b2f16c6632153a1dbd7c0004af94",
"types": "./lib/index.d.ts",
"version": "5.0.6"
}