-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 932 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "alain-bot",
"version": "1.0.0",
"description": "NG-ALAIN Bot is a bot that helps the project by doing all kind of administrative tasks on our PR and issues.",
"author": "cipchk <[email protected]>",
"license": "MIT",
"repository": "https://github.com/ng-alain/bot.git",
"homepage": "https://github.com/ng-alain/bot",
"bugs": "https://github.com/ng-alain/bot/issues",
"keywords": [
"probot",
"github",
"probot-app"
],
"scripts": {
"build": "tsc -p tsconfig.json",
"start": "probot run ./lib/index.js"
},
"dependencies": {
"probot": "^9.13.0",
"probot-serverless-now": "^2.1.2",
"string-template": "^1.0.0",
"@vitalets/google-translate-api": "^3.0.0"
},
"devDependencies": {
"@types/node": "^14.0.27",
"@types/string-template": "^1.0.2",
"typescript": "^3.9.7",
"typescript-eslint-parser": "^22.0.0"
},
"engines": {
"node": "12.x"
}
}