-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.41 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
{
"name": "Raito-server",
"version": "1.0.0",
"description": "Raito server",
"main": "index.js",
"scripts": {
"start": "node index.js",
"serve": "nodemon index.js",
"test": "jasmine",
"crondatagroups": "node -e \"require('./controllers/user/patient/export.js').cronSendData()\""
},
"author": "LOA",
"license": "MIT",
"dependencies": {
"@azure/storage-blob": "^12.2.0-preview.1",
"@iamtraction/google-translate": "^1.1.2",
"async": "^2.6.0",
"azure-sb": "^0.10.6",
"azure-storage": "^2.10.3",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"compression": "^1.7.4",
"express": "^4.16.2",
"express-handlebars": "^3.0.0",
"fs-extra": "^5.0.0",
"jasmine": "^3.5.0",
"js-sha512": "^0.7.1",
"jwt-simple": "^0.5.1",
"moment": "^2.19.1",
"mongoose": "^4.13.1",
"nodemailer": "^4.4.0",
"nodemailer-express-handlebars": "^2.0.0",
"openai-api": "^1.2.6",
"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 Health29",
"filename": "apidoc/footer.md"
}
}
}