ethers.js/packages/properties/package.json
2019-11-20 18:57:38 +09:00

32 lines
843 B
JSON

{
"name": "@ethersproject/properties",
"version": "5.0.0-beta.134",
"description": "Properties utility functions for ethers.",
"main": "./lib/index.js",
"scripts": {
"build": "tsc -p ./tsconfig.json",
"auto-build": "npm run build -- -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ethersproject/logger": ">=5.0.0-beta.129"
},
"keywords": [
"Ethereum",
"ethers"
],
"author": "Richard Moore <me@ricmoo.com>",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"module": "./lib.esm/index.js",
"types": "./lib/index.d.ts",
"ethereum": "donations.ethers.eth",
"tarballHash": "0x243ef75f351e470306f2eaa089351494f38737a488eae094bedf2c589de0a83b"
}