@dino-dna/probot-stale
Version:
A GitHub App built with Probot that closes abandoned Issues and Pull Requests after a period of inactivity.
38 lines (37 loc) • 876 B
JSON
{
"name": "@dino-dna/probot-stale",
"version": "1.1.2",
"description": "A GitHub App built with Probot that closes abandoned Issues and Pull Requests after a period of inactivity.",
"author": "Brandon Keepers",
"license": "ISC",
"homepage": "https://probot.github.io/apps/stale/",
"bugs": "https://github.com/probot/stale/issues",
"keywords": [
"probot",
"github",
"probot-app"
],
"repository": "https://github.com/probot/stale",
"scripts": {
"start": "probot run ./index.js",
"test": "jest && standard"
},
"dependencies": {
"@hapi/joi": "^15.0.0",
"probot": "^9.11.3",
"probot-scheduler": "^2.0.0-beta.1"
},
"devDependencies": {
"jest": "^22.2.2",
"smee-client": "^1.0.1",
"standard": "^12.0.1"
},
"standard": {
"env": [
"jest"
]
},
"jest": {
"testEnvironment": "node"
}
}