tokenbridge/oracle-e2e/package.json
Przemyslaw Rzad c9d100491c
Ultimate E2E tests (#158)
* 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.
2019-07-26 10:14:25 +02:00

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": {}
}