UNPKG

1.16 kBJSONView Raw
1{
2 "author": "Richard Moore <me@ricmoo.com>",
3 "dependencies": {
4 "@ethersproject/logger": "^5.7.0"
5 },
6 "description": "Bytes utility functions for ethers.",
7 "ethereum": "donations.ethers.eth",
8 "funding": [
9 {
10 "type": "individual",
11 "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
12 },
13 {
14 "type": "individual",
15 "url": "https://www.buymeacoffee.com/ricmoo"
16 }
17 ],
18 "gitHead": "ec1b9583039a14a0e0fa15d0a2a6082a2f41cf5b",
19 "keywords": [
20 "Ethereum",
21 "ethers"
22 ],
23 "license": "MIT",
24 "main": "./lib/index.js",
25 "module": "./lib.esm/index.js",
26 "name": "@ethersproject/bytes",
27 "publishConfig": {
28 "access": "public"
29 },
30 "repository": {
31 "directory": "packages/bytes",
32 "type": "git",
33 "url": "git://github.com/ethers-io/ethers.js.git"
34 },
35 "scripts": {
36 "auto-build": "npm run build -- -w",
37 "build": "tsc -p ./tsconfig.json",
38 "test": "echo \"Error: no test specified\" && exit 1"
39 },
40 "sideEffects": false,
41 "tarballHash": "0x5ce4e7b7716e28697fe07abcee74e4e8b4fa3b919b2807322ad6a282990db523",
42 "types": "./lib/index.d.ts",
43 "version": "5.7.0"
44}