mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
30 lines
958 B
JSON
30 lines
958 B
JSON
{
|
|
"name": "web3-core-method",
|
|
"version": "1.5.2",
|
|
"description": "Creates the methods on the web3 modules. This is an internal package.",
|
|
"repository": "https://github.com/ethereum/web3.js/tree/1.x/packages/web3-core-method",
|
|
"license": "LGPL-3.0",
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"types": "types/index.d.ts",
|
|
"scripts": {
|
|
"compile": "tsc -b tsconfig.json",
|
|
"dtslint": "dtslint --localTs ../../node_modules/typescript/lib types"
|
|
},
|
|
"main": "lib/index.js",
|
|
"dependencies": {
|
|
"@ethereumjs/common": "^2.4.0",
|
|
"@ethersproject/transactions": "^5.0.0-beta.135",
|
|
"web3-core-helpers": "1.5.2",
|
|
"web3-core-promievent": "1.5.2",
|
|
"web3-core-subscriptions": "1.5.2",
|
|
"web3-utils": "1.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"dtslint": "^3.4.1",
|
|
"typescript": "^3.9.5"
|
|
},
|
|
"gitHead": "a57dd3c5db0e4acb5b326714bd9a2d7ada00c2dc"
|
|
}
|