-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.43 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "CatSalutGPT-server",
"version": "1.0.0",
"description": "CatSalutGPT server",
"main": "index.js",
"scripts": {
"start": "node index.js",
"serve": "nodemon index.js",
"test": "jasmine"
},
"author": "LOA",
"license": "MIT",
"dependencies": {
"@azure/storage-blob": "^12.16.0",
"applicationinsights": "^2.7.3",
"async": "^2.6.4",
"azure-sb": "^0.10.6",
"azure-storage": "^2.10.3",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"express": "^4.16.2",
"express-handlebars": "^3.0.0",
"fs-extra": "^5.0.0",
"helmet": "^8.0.0",
"ip-range-check": "^0.2.0",
"jasmine": "^3.5.0",
"js-sha512": "^0.7.1",
"js-tiktoken": "^1.0.12",
"jwt-simple": "^0.5.6",
"moment": "^2.29.4",
"mongoose": "^4.13.1",
"nodemailer": "^4.4.0",
"nodemailer-express-handlebars": "^2.0.0",
"openai": "^3.2.1",
"openai-api": "^1.3.1",
"request": "^2.87.0",
"wikijs": "^6.3.2"
},
"devDependencies": {
"nodemon": "^1.12.1"
},
"apidoc": {
"name": "Health29",
"version": "1.0.0",
"description": "API docs",
"apidoc": {
"title": "API for Health29",
"url": "https://health29.org/api"
},
"header": {
"title": "Introduction",
"filename": "apidoc/header.md"
},
"footer": {
"title": "About Dx29",
"filename": "apidoc/footer.md"
}
}
}