c9d100491c
* Ultimate e2e for native to erc type of bridge * One job * Try to run the tests * Run on CI * Docs * Cosmetics * Final changes * Revert the changes * Networks * Waiting for Oracle * One job * Initialize the contracts submodule * Run on ci * comment * Sleep. * ultimate network * Docker localhost no longer needed * Final changes * Timeout * Naming * Sleep task.
27 lines
551 B
JSON
27 lines
551 B
JSON
{
|
|
"name": "oracle-e2e",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "mocha",
|
|
"lint": "eslint . --ignore-path ../.eslintignore",
|
|
"native-to-erc": "mocha test/nativeToErc.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chalk": "^2.4.1",
|
|
"dotenv": "^6.0.0",
|
|
"promise-retry": "^1.1.1",
|
|
"shelljs": "^0.8.2",
|
|
"tree-kill": "^1.2.0",
|
|
"web3": "1.0.0-beta.34",
|
|
"websocket": "^1.0.28"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.9"
|
|
},
|
|
"devDependencies": {}
|
|
}
|