UNPKG

web3ccm-eth-txpool

Version:

Web3 module to interact with the Ethereum blockchain accounts stored in the node.

49 lines (48 loc) 1.6 kB
{ "name": "web3ccm-eth-txpool", "namespace": "ethereum", "version": "2.0.11", "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-txpool", "engines": { "node": ">=8.0.0" }, "license": "LGPL-3.0", "main": "dist/web3ccm-eth-txpool.cjs.js", "module": "dist/web3ccm-eth-txpool.esm.js", "browser": "dist/web3ccm-eth-txpool.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-ccm-core": "2.0.11", "web3-ccm-core-helpers": "2.0.11", "web3ccm-core-method": "2.0.11", "web3-ccm-net": "2.0.11", "web3-ccm-providers": "2.0.11", "web3-ccm-utils": "2.0.11" }, "devDependencies": { "@babel/core": "^7.12.3", "@babel/plugin-proposal-export-default-from": "^7.12.1", "@babel/plugin-proposal-export-namespace-from": "^7.12.1", "@babel/plugin-transform-runtime": "^7.12.1", "@babel/preset-env": "^7.12.1", "definitelytyped-header-parser": "^1.0.1", "dtslint": "0.4.2", "rollup-plugin-auto-external": "^2.0.0", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-cleanup": "^3.2.1", "rollup-plugin-json": "^4.0.0" }, "files": [ "dist", "types/index.d.ts" ], "gitHead": "cb266cc298150f4eb1c8cdac4f41551dd8819a81" }