1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "author": "Richard Moore <me@ricmoo.com>",
- "dependencies": {
- "@ethersproject/logger": "^5.6.0"
- },
- "description": "Bytes utility functions for ethers.",
- "ethereum": "donations.ethers.eth",
- "funding": [
- {
- "type": "individual",
- "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
- },
- {
- "type": "individual",
- "url": "https://www.buymeacoffee.com/ricmoo"
- }
- ],
- "gitHead": "b8cda5dffdcb688e38d7c6a0aec4c7b8b59c1af5",
- "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": "0xc7e0cbde21c544c2ca2ec8cb806ad1c3781ef1820c97dc24f65a9a0a96a4c5ad",
- "types": "./lib/index.d.ts",
- "version": "5.6.0"
- }
|