{ "name": "oracle-e2e", "version": "0.0.1", "description": "", "main": "index.js", "scripts": { "start": "mocha", "lint": "eslint . --ignore-path ../.eslintignore", "amb": "ULTIMATE=true mocha test/amb.js", "alm": "mocha test/amb.js" }, "author": "", "license": "ISC", "dependencies": { "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": ">= 10.18" }, "devDependencies": {} }