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",
|
|
|
|
"test": "jest && standard"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-03-27 18:40:14 +00:00
|
|
|
"axios": "^0.18.0",
|
2018-10-10 08:49:21 +00:00
|
|
|
"ethers": "^3.0.29",
|
2018-02-07 16:59:55 +00:00
|
|
|
"hashmap": "^2.3.0",
|
2018-02-08 12:35:07 +00:00
|
|
|
"hashset": "0.0.6",
|
2018-02-07 16:59:55 +00:00
|
|
|
"jenkins": "^0.20.1",
|
2018-10-10 08:49:21 +00:00
|
|
|
"joi": "^13.7.0",
|
2018-02-04 18:09:13 +00:00
|
|
|
"mem-cache": "0.0.5",
|
2018-03-29 16:28:04 +00:00
|
|
|
"memjs": "^1.2.0",
|
2019-01-22 13:00:23 +00:00
|
|
|
"probot": "^7.5.0",
|
2018-01-22 13:48:57 +00:00
|
|
|
"probot-config": "^0.1.0",
|
2019-01-18 22:18:10 +00:00
|
|
|
"probot-scheduler": "^1.2.0"
|
2018-01-22 13:48:57 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-01-29 18:11:50 +00:00
|
|
|
"eslint": "^4.19.1",
|
2018-09-24 13:39:54 +00:00
|
|
|
"eslint-config-standard": "^11.0.0",
|
2019-01-29 18:11:50 +00:00
|
|
|
"eslint-plugin-import": "^2.16.0",
|
2018-01-28 08:24:30 +00:00
|
|
|
"eslint-plugin-node": "^5.2.1",
|
2018-09-24 13:39:54 +00:00
|
|
|
"eslint-plugin-promise": "^3.8.0",
|
|
|
|
"eslint-plugin-standard": "^3.1.0",
|
2018-07-09 12:01:46 +00:00
|
|
|
"ethereumjs-util": "^5.2.0",
|
2019-01-22 13:00:23 +00:00
|
|
|
"husky": "^1.3.1",
|
2018-09-24 13:39:54 +00:00
|
|
|
"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",
|
|
|
|
"npm": ">= 4.0.0"
|
|
|
|
},
|
|
|
|
"standard": {
|
|
|
|
"env": [
|
|
|
|
"jest"
|
|
|
|
]
|
2018-01-22 15:05:10 +00:00
|
|
|
},
|
|
|
|
"probot": {
|
2019-01-18 22:18:10 +00:00
|
|
|
"plugins": []
|
2018-07-09 12:01:46 +00:00
|
|
|
},
|
|
|
|
"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
|
|
|
}
|
|
|
|
}
|