ethers.js/packages/properties/package.json
2019-08-31 23:56:02 -04:00

31 lines
805 B
JSON

{
"name": "@ethersproject/properties",
"version": "5.0.0-beta.131",
"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",
"tarballHash": "0x52e4e17814611ea28122bb0cd323d0879b59d95fea17acf0ef3829925629a586"
}