dd9add50a0
* Started monitor-e2e rewrite * axios * Implemented tests * Monitor start * First deploy * Wait for monitor * Removed redundant files * Tests. * TODO * Links to minitor in constants * Typo. * [PR-into-PR] Monitor E2E rewrite - balance (#191) * Test run for more monitor-e2e tests * macos/docker * timeout * Little refactor * Trying to test balances in other types of bridges. * Utils. * test * check all * erc to erc try * Final tests * typo * All jobs * Lint * Roll back docker in docker * WaitUntil * Axios version * New validator checks (#192)
20 lines
354 B
JSON
20 lines
354 B
JSON
{
|
|
"name": "monitor-e2e",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "mocha --timeout 30000",
|
|
"lint": "eslint . --ignore-path ../.eslintignore"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {},
|
|
"engines": {
|
|
"node": ">= 8.9"
|
|
},
|
|
"devDependencies": {
|
|
"axios": "0.19.0"
|
|
}
|
|
}
|