ethers.js/packages/contract/package.json

42 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2022-04-11 17:09:17 -04:00
{
"author": "Richard Moore <me@ricmoo.com>",
"dependencies": {
"@ethersproject/abi": "^6.0.0-beta.1",
"@ethersproject/address": "^6.0.0-beta.1",
"@ethersproject/bytes": "^6.0.0-beta.1",
"@ethersproject/logger": "^6.0.0-beta.1",
"@ethersproject/math": "^6.0.0-beta.1",
"@ethersproject/properties": "^6.0.0-beta.1",
"@ethersproject/providers": "^6.0.0-beta.1",
2022-04-17 04:31:42 -04:00
"@ethersproject/transaction": "^6.0.0-beta.1"
2022-04-11 17:09:17 -04:00
},
"description": "Contract meta-class 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/contract",
"publishConfig": {
"access": "public",
"tag": "beta"
},
"repository": {
"directory": "packages/contract",
"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-17 04:31:42 -04:00
"version": "6.0.0-beta.4"
2022-04-11 17:09:17 -04:00
}