2020-10-01 07:56:47 +03:00
|
|
|
{
|
2023-09-14 08:56:32 +03:00
|
|
|
"name": "@tornado/tx-manager",
|
2022-07-14 08:39:17 +03:00
|
|
|
"version": "0.4.9",
|
2020-10-01 07:56:47 +03:00
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
2022-07-14 08:39:17 +03:00
|
|
|
"types": "index.d.ts",
|
|
|
|
"engines": {
|
|
|
|
"node": ">=14.0.0"
|
|
|
|
},
|
2020-10-01 07:56:47 +03:00
|
|
|
"scripts": {
|
2020-10-02 12:55:44 +03:00
|
|
|
"eslint": "eslint --ext .js --ignore-path .gitignore .",
|
2020-10-15 02:30:51 +03:00
|
|
|
"prettier:check": "prettier --check . --config .prettierrc",
|
|
|
|
"prettier:fix": "prettier --write . --config .prettierrc",
|
2020-10-02 12:55:44 +03:00
|
|
|
"lint": "yarn eslint && yarn prettier:check",
|
2020-10-01 07:56:47 +03:00
|
|
|
"test": "mocha --timeout 300000"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "Roman Semenov <semenov.roma@gmail.com>",
|
|
|
|
"license": "ISC",
|
2023-09-14 08:56:32 +03:00
|
|
|
"repository": "https://git.tornado.ws/tornado-packages/tx-manager.git",
|
2020-10-01 07:56:47 +03:00
|
|
|
"files": [
|
2022-07-14 08:39:17 +03:00
|
|
|
"src/*",
|
|
|
|
"index.d.ts"
|
2020-10-01 07:56:47 +03:00
|
|
|
],
|
|
|
|
"dependencies": {
|
2023-09-14 08:56:32 +03:00
|
|
|
"@tornado/gas-price-oracle": "^0.5.3",
|
2020-10-01 07:56:47 +03:00
|
|
|
"async-mutex": "^0.2.4",
|
2021-09-02 09:25:23 +03:00
|
|
|
"ethers": "^5.4.6",
|
2020-10-17 05:22:55 +03:00
|
|
|
"web3-core-promievent": "^1.3.0"
|
2020-10-01 07:56:47 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"chai": "^4.2.0",
|
|
|
|
"dotenv": "^8.2.0",
|
|
|
|
"eslint": "^7.10.0",
|
2020-10-02 12:50:59 +03:00
|
|
|
"eslint-config-prettier": "^6.12.0",
|
|
|
|
"eslint-plugin-prettier": "^3.1.4",
|
2020-10-01 07:56:47 +03:00
|
|
|
"mocha": "^8.1.3",
|
2020-10-02 12:50:59 +03:00
|
|
|
"prettier": "^2.1.2",
|
2022-07-14 08:39:17 +03:00
|
|
|
"web3": "^1.7.4",
|
2020-10-01 07:56:47 +03:00
|
|
|
"why-is-node-running": "^2.2.0"
|
|
|
|
}
|
|
|
|
}
|