tokenbridge/monitor-e2e/package.json

21 lines
380 B
JSON
Raw Normal View History

{
"name": "monitor-e2e",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
2020-09-02 17:43:48 +03:00
"start": "mocha --timeout 120000",
"lint": "eslint . --ignore-path ../.eslintignore"
},
"author": "",
"license": "ISC",
2020-07-14 17:53:05 +03:00
"dependencies": {
"mocha": "^5.2.0",
"axios": "0.19.0"
},
"engines": {
"node": ">= 10.18"
},
2020-07-14 17:53:05 +03:00
"devDependencies": {}
}