33 строки
821 B
JSON
33 строки
821 B
JSON
{
|
|
"name": "emergency-pull-request-probot-app",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "GitHub App for emergency pull requests",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"start": "probot run ./app.js",
|
|
"test": "nyc --reporter=lcov --reporter=cobertura --reporter=text --reporter=text-summary uvu"
|
|
},
|
|
"dependencies": {
|
|
"@probot/adapter-aws-lambda-serverless": "^3.0.4",
|
|
"@slack/web-api": "^7.6.0",
|
|
"probot": "^12.3.3"
|
|
},
|
|
"repository": "github:emergency-pull-request-probot-app",
|
|
"keywords": [],
|
|
"author": "Rob Anderson (https://github.com/robandpdx)",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"mocha": "^10.7.3",
|
|
"nock": "^13.5.5",
|
|
"nyc": "^17.1.0",
|
|
"smee-client": "^2.0.3",
|
|
"uvu": "^0.5.6"
|
|
},
|
|
"release": {
|
|
"branches": [
|
|
"main"
|
|
]
|
|
}
|
|
}
|