ethers.js/packages/properties/package.json
2020-03-30 17:24:33 -04:00

32 lines
843 B
JSON

{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/logger": ">=5.0.0-beta.129"
},
"description": "Properties utility functions for ethers.",
"ethereum": "donations.ethers.eth",
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./lib/index.js",
"module": "./lib.esm/index.js",
"name": "@ethersproject/properties",
"publishConfig": {
"access": "public"
},
"repository": {
"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"
},
"tarballHash": "0xc868f786ee8b824aeda94ee2ec87d4d11785bfbfd29d723e374a2daebed1a72b",
"types": "./lib/index.d.ts",
"version": "5.0.0-beta.138"
}