{ "author": "Richard Moore ", "dependencies": { "@ethersproject/logger": "^5.4.0" }, "description": "Properties 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" } ], "keywords": [ "Ethereum", "ethers" ], "license": "MIT", "main": "./lib/index.js", "module": "./lib.esm/index.js", "name": "@ethersproject/properties", "publishConfig": { "access": "public" }, "repository": { "directory": "packages/properties", "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": "0x6931459515d1d60ca437435bc3c0892d38476dfed116a891ca25f0fa6e3e8f3f", "types": "./lib/index.d.ts", "version": "5.4.1" }