-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
41 lines (41 loc) · 965 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
35
36
37
38
39
40
41
{
"name": "slack-help-bot",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "Platform Operations",
"license": "MIT",
"dependencies": {
"@azure/cosmos": "^4.0.0",
"@azure/identity": "^4.3.0",
"@azure/search-documents": "^12.0.0",
"@hmcts/properties-volume": "^1.0.0",
"@slack/bolt": "^4.0.0",
"@types/config": "3.3.5",
"@types/jira-client": "^7.0.0",
"applicationinsights": "^3.0.0",
"cajache": "^2.0.2",
"config": "^3.3.6",
"jira-client": "^8.1.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"node-cron": "^3.0.3",
"openai": "^4.51.0",
"prettier": "^3.0.1",
"uuidv7": "^1.0.1"
},
"devDependencies": {
"jest": "29.7.0",
"jest-extended": "4.0.2"
},
"jest": {
"setupFilesAfterEnv": [
"jest-extended"
]
}
}