-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.01 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
{
"name": "compliance-bot",
"private": true,
"version": "0.1.0",
"description": "compliance bot",
"homepage": "https://github.com/vertexbox/compliance-bot",
"author": "kev",
"contributors": [
"yqlbu"
],
"license": "Apache-2.0",
"keywords": [
"probot",
"github",
"probot-app"
],
"scripts": {
"build": "tsc",
"start": "probot run ./lib/index.js",
"debug": "tsc && npx probot run ./lib/index.js",
"test": "jest",
"update-deps": "npx npm-check-updates -u && yarn install"
},
"dependencies": {
"@types/uuid": "^9.0.7",
"@vercel/kv": "^1.0.1",
"dotenv": "^16.3.1",
"iso8601-duration": "^2.1.2",
"pino": "^8.19.0",
"prettier": "^3.1.1",
"probot": "^12.3.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
"jest": "^29.7.0",
"nock": "^13.4.0",
"octokit": "^3.1.2",
"smee-client": "^2.0.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}