status-github-bot/package.json

57 lines
1.6 KiB
JSON
Raw Permalink Normal View History

2018-01-22 13:48:57 +00:00
{
"name": "status-github-bot",
"version": "1.0.0",
"description": "",
"author": "Pedro Pombeiro <pombeirp@users.noreply.github.com> (https://github.com/status-im/status-github-bot)",
"license": "ISC",
"repository": "https://github.com/status-im/status-github-bot.git",
"scripts": {
"start": "probot run ./index.js",
2019-01-29 18:17:24 +00:00
"test": "jest && standard",
"logs": "ssh dokku.status.im tail -n 100 -f /var/log/docker/status-github-bot.web.1/docker.log | sed -r 's|node-01.do-ams3.dokku.misc docker/||g'",
2019-01-29 19:25:36 +00:00
"run-checks": "ssh dokku.status.im dokku checks:run status-github-bot"
2018-01-22 13:48:57 +00:00
},
"dependencies": {
"axios": "^0.18.1",
2018-10-10 08:49:21 +00:00
"ethers": "^3.0.29",
"hashmap": "^2.3.0",
"hashset": "0.0.6",
"jenkins": "^0.20.1",
"mem-cache": "0.0.5",
"memjs": "^1.2.0",
"probot": "^7.5.0",
2019-01-31 15:07:54 +00:00
"probot-config": "^1.0.0",
"probot-scheduler": "probot/scheduler#75bc5dd3fcac5bf6448ce85c63d1e5c2971c11a8"
2018-01-22 13:48:57 +00:00
},
"devDependencies": {
2019-01-29 18:11:50 +00:00
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
2019-01-29 18:11:50 +00:00
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"ethereumjs-util": "^5.2.0",
"husky": "^1.3.1",
"jest": "^22.4.4",
"smee-client": "^1.0.2",
2018-01-22 13:48:57 +00:00
"standard": "^10.0.3"
},
"engines": {
"node": ">= 7.7.0",
2019-01-31 14:58:51 +00:00
"yarn": "1.13.x"
2018-01-22 13:48:57 +00:00
},
"standard": {
"env": [
"jest"
]
2018-01-22 15:05:10 +00:00
},
"probot": {
"plugins": []
},
"husky": {
"hooks": {
"pre-push": "git fetch --no-tags && node scripts/pre-push --loglevel warn ${HUSKY_GIT_STDIN}"
}
2018-01-22 13:48:57 +00:00
}
}