ethers.js/packages/properties/package.json

35 lines
784 B
JSON
Raw Permalink Normal View History

2022-04-11 17:09:17 -04:00
{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/logger": "^6.0.0-beta.1"
},
"description": "Properties utility functions for ethers.",
2022-04-17 03:13:04 -04:00
"engines": {
"node": ">=12.17.0"
},
2022-04-11 17:09:17 -04:00
"ethereum": "donations.ethers.eth",
"keywords": [
"Ethereum",
"ethers"
],
"license": "MIT",
"main": "./lib/index.js",
"name": "@ethersproject/properties",
"publishConfig": {
"access": "public",
"tag": "beta"
},
"repository": {
"directory": "packages/properties",
"type": "git",
"url": "git://github.com/ethers-io/ethers.js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"sideEffects": false,
"type": "module",
"types": "./lib/index.d.ts",
2022-04-20 17:31:06 -04:00
"version": "6.0.0-beta.6"
2022-04-11 17:09:17 -04:00
}