31 lines
628 B
JSON
31 lines
628 B
JSON
{
|
|
"name": "tx-manager",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "mocha --timeout 300000"
|
|
},
|
|
"keywords": [],
|
|
"author": "Roman Semenov <semenov.roma@gmail.com>",
|
|
"license": "ISC",
|
|
"files": [
|
|
"src/*"
|
|
],
|
|
"dependencies": {
|
|
"async-mutex": "^0.2.4",
|
|
"gas-price-oracle": "^0.1.5",
|
|
"web3": "^1.3.0",
|
|
"web3-core-promievent": "^1.3.0",
|
|
"web3-utils": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.2.0",
|
|
"dotenv": "^8.2.0",
|
|
"eslint": "^7.10.0",
|
|
"mocha": "^8.1.3",
|
|
"why-is-node-running": "^2.2.0"
|
|
}
|
|
}
|