57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"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",
|
|
"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'",
|
|
"run-checks": "ssh dokku.status.im dokku checks:run status-github-bot"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.18.1",
|
|
"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",
|
|
"probot-config": "^1.0.0",
|
|
"probot-scheduler": "probot/scheduler#75bc5dd3fcac5bf6448ce85c63d1e5c2971c11a8"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^4.19.1",
|
|
"eslint-config-standard": "^11.0.0",
|
|
"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",
|
|
"standard": "^10.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 7.7.0",
|
|
"yarn": "1.13.x"
|
|
},
|
|
"standard": {
|
|
"env": [
|
|
"jest"
|
|
]
|
|
},
|
|
"probot": {
|
|
"plugins": []
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-push": "git fetch --no-tags && node scripts/pre-push --loglevel warn ${HUSKY_GIT_STDIN}"
|
|
}
|
|
}
|
|
}
|