-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.2 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "codebot",
"version": "1.0.0",
"private": true,
"description": "codebot",
"author": "aviralgarg",
"license": "ISC",
"homepage": "https://github.com//",
"keywords": [
"probot",
"github",
"probot-app"
],
"scripts": {
"build": "tsc",
"start": "probot run ./lib/index.js",
"dev": "tsc; probot run ./lib/index.js",
"test": "jest"
},
"dependencies": {
"@netlify/functions": "^2.4.1",
"@octokit/app": "^14.0.2",
"@probot/adapter-aws-lambda-serverless": "^3.0.4",
"axios": "^1.6.3",
"from-exponential": "^1.1.1",
"json2md": "^2.0.0",
"markdown-table-ts": "^1.0.3",
"mindsdb-js-sdk": "^2.3.0",
"mongoose": "^8.0.3",
"node": "^20.10.0",
"octokit": "^3.1.2",
"probot": "^12.2.4",
"smee-client": "^1.2.5",
"toad-scheduler": "^3.0.0"
},
"devDependencies": {
"@types/jest": "^29.0.0",
"@types/json2md": "^1.5.4",
"@types/node": "^18.0.0",
"jest": "^29.0.0",
"list-github-dir-content": "^3.0.0",
"nock": "^13.0.5",
"npm-run-all": "^4.1.5",
"ts-jest": "^29.0.0",
"typescript": "^4.1.3"
},
"engines": {
"node": ">= 10.13.0"
}
}