Files
lock-threads/package.json

31 lines
831 B
JSON

{
"name": "lock-threads",
"version": "0.4.0",
"description": "A GitHub App built with Probot that locks closed issues and pull requests.",
"author": "Armin Sebastian",
"license": "MIT",
"repository": "https://github.com/dessant/lock-threads",
"scripts": {
"start": "probot run ./src/index.js",
"watch": "nodemon --exec 'npm start'",
"update": "ncu --upgrade --upgradeAll && yarn",
"push": "git push --follow-tags origin master",
"release": "standard-version && yarn run push"
},
"dependencies": {
"joi": "^13.2.0",
"probot": "^6.1.0",
"probot-scheduler": "^1.1.0"
},
"devDependencies": {
"nodemon": "1.17.3",
"npm-check-updates": "^2.14.2",
"smee-client": "^1.0.1",
"standard-version": "^4.3.0"
},
"engines": {
"node": "8.9.0",
"npm": "5.5.1"
}
}