25 lines
635 B
JSON
25 lines
635 B
JSON
{
|
|
"name": "@ethersproject/properties",
|
|
"version": "5.0.0-beta.129",
|
|
"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"
|
|
},
|
|
"tarballHash": "0xe866191971f6ab5c46cc461b30fd772d4f4e3541398fb7f54e960f8722b333bd"
|
|
}
|