ethers.js/packages/properties/package.json

32 lines
843 B
JSON
Raw Normal View History

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