mirror of
https://github.com/embarklabs/web3.js.git
synced 2026-09-02 07:31:16 +00:00
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "web3-eth-debug",
|
|
"namespace": "ethereum",
|
|
"version": "2.0.0-alpha.1",
|
|
"description": "Web3 module to interact with the Ethereum blockchain accounts stored in the node.",
|
|
"repository": "https://github.com/ethereum/web3.js/tree/1.0/packages/web3-eth-debug",
|
|
"license": "LGPL-3.0",
|
|
"engines": {
|
|
"node": ">=8.0.0"
|
|
},
|
|
"main": "dist/web3-eth-debug.cjs.js",
|
|
"module": "dist/web3-eth-debug.esm.js",
|
|
"browser": "dist/web3-eth-debug.umd.js",
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"dev": "rollup -c -w",
|
|
"test": "jest",
|
|
"dtslint": "dtslint types --onlyTestTsNext"
|
|
},
|
|
"types": "types/index.d.ts",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.3.1",
|
|
"web3-core": "2.0.0-alpha.1",
|
|
"web3-core-helpers": "2.0.0-alpha.1",
|
|
"web3-core-method": "2.0.0-alpha.1",
|
|
"web3-net": "2.0.0-alpha.1",
|
|
"web3-providers": "2.0.0-alpha.1",
|
|
"web3-utils": "2.0.0-alpha.1"
|
|
},
|
|
"devDependencies": {
|
|
"definitelytyped-header-parser": "^1.0.1",
|
|
"dtslint": "0.4.2"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"types/index.d.ts"
|
|
],
|
|
"gitHead": "cb266cc298150f4eb1c8cdac4f41551dd8819a81"
|
|
}
|