status-github-bot/package.json

56 lines
1.3 KiB
JSON
Raw 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",
"test": "jest && standard"
},
"dependencies": {
"axios": "^0.18.0",
2018-10-10 08:49:21 +00:00
"ethers": "^3.0.29",
"hashmap": "^2.3.0",
"hashset": "0.0.6",
"jenkins": "^0.20.1",
2018-10-10 08:49:21 +00:00
"joi": "^13.7.0",
"mem-cache": "0.0.5",
"memjs": "^1.2.0",
"probot": "^7.5.0",
2018-01-22 13:48:57 +00:00
"probot-config": "^0.1.0",
"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",
"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",
"npm": ">= 4.0.0"
},
"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
}
}