27 lines
547 B
JSON
27 lines
547 B
JSON
{
|
|
"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"
|
|
},
|
|
"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": {}
|
|
}
|