tokenbridge/oracle-e2e/package.json

31 lines
693 B
JSON
Raw Normal View History

{
"name": "oracle-e2e",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "mocha",
2021-07-07 16:21:01 +03:00
"generate-amb-tx": "node ./scripts/generate-amb-tx.js",
"lint": "eslint . --ignore-path ../.eslintignore",
2021-04-16 12:31:12 +03:00
"amb": "mocha test/amb.js",
"erc-to-native": "mocha test/ercToNative.js",
2020-07-29 13:30:36 +03:00
"alm": "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.3.0",
"websocket": "^1.0.28"
},
"engines": {
"node": ">= 12.22"
},
"devDependencies": {}
}