tokenbridge/oracle-e2e/package.json

28 lines
570 B
JSON
Raw Normal View History

{
"name": "oracle-e2e",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "mocha",
"lint": "eslint . --ignore-path ../.eslintignore",
2020-02-03 19:39:21 +03:00
"amb": "ULTIMATE=true mocha test/amb.js"
},
"author": "",
"license": "ISC",
"dependencies": {
2020-07-14 17:53:05 +03:00
"mocha": "^5.2.0",
"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": {}
}