25 lines
635 B
JSON
25 lines
635 B
JSON
{
|
|
"name": "@ethersproject/properties",
|
|
"version": "5.0.0-beta.127",
|
|
"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/errors": ">5.0.0-beta.0"
|
|
},
|
|
"keywords": [
|
|
"Ethereum",
|
|
"ethers"
|
|
],
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"tarballHash": "0x2c2b6627a37fc5ef728805d053b0884b7ee1ceb51c0ddd7f7e2a7592d7139d7c"
|
|
}
|