ethers.js/packages/properties/package.json

29 lines
731 B
JSON

{
"name": "@ethersproject/properties",
"version": "5.0.0-beta.130",
"description": "Properties utility functions for ethers.",
"main": "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.0"
},
"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"
},
"tarballHash": "0x21a40461d34945d5d785224fb1be7b793511f6dd855f5fdbf0a05050b65359d0"
}