ethers.js/packages/bytes/package.json
2022-04-17 04:31:42 -04:00

35 lines
769 B
JSON

{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/logger": "^6.0.0-beta.1"
},
"description": "Bytes utility functions for ethers.",
"engines": {
"node": ">=12.17.0"
},
"ethereum": "donations.ethers.eth",
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./lib/index.js",
"name": "@ethersproject/bytes",
"publishConfig": {
"access": "public",
"tag": "beta"
},
"repository": {
"directory": "packages/bytes",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"type": "module",
"types": "./lib/index.d.ts",
"version": "6.0.0-beta.3"
}