{ "name": "status-github-bot", "version": "1.0.0", "description": "", "author": "Pedro Pombeiro (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" }, "dependencies": { "probot": "^5.0.0", "probot-config": "^0.1.0", "probot-gpg-status": "^0.5.4", "probot-scheduler": "^1.0.3", "probot-slack-status": "^0.2.2", "unfurl": "github:probot/unfurl", "wip-bot": "github:gr2m/wip-bot" }, "devDependencies": { "jest": "^22.1.4", "smee-client": "^1.0.1", "standard": "^10.0.3" }, "engines": { "node": ">= 7.7.0", "npm": ">= 4.0.0" }, "standard": { "env": [ "jest" ] }, "probot": { "plugins": [ "probot-gpg-status", "unfurl", "wip-bot" ] } }