forked from HCW-home/backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.11 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "hcw-backend",
"version": "0.0.0",
"private": true,
"description": "a Sails application",
"keywords": [],
"dependencies": {
"@node-saml/passport-saml": "^4.0.4",
"@sailshq/connect-redis": "^6.1.3",
"@sailshq/lodash": "^3.10.4",
"@sailshq/socket.io-redis": "^6.1.2",
"activedirectory": "^0.7.2",
"agenda": "^5.0.0",
"axios": "^1.6.5",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"buffer": "^6.0.3",
"clamscan": "^2.1.2",
"dotenv": "^16.1.4",
"file-type": "16.5.3",
"global-agent": "^3.0.0",
"ics": "^3.5.0",
"install": "^0.13.0",
"ioredis": "^5.3.2",
"json2csv": "^6.0.0-alpha.2",
"jsonwebtoken": "^9.0.0",
"ldapjs": "3.0.2",
"moment": "^2.29.4",
"moment-timezone": "^0.5.43",
"mongo-sanitize": "^1.1.0",
"node-schedule": "^2.1.1",
"nodemailer": "^6.9.3",
"ovh": "^2.0.3",
"passport": "^0.7.0",
"passport-custom": "^1.1.1",
"passport-local": "^1.0.0",
"passport-openidconnect": "^0.1.1",
"passport-trusted-header": "^1.1.0",
"sails": "1.5",
"sails-hook-orm": "^4.0.2",
"sails-hook-sockets": "^3.0.0",
"sails-mongo": "^2.0.1",
"sails-pagination-middleware": "^0.0.2",
"skipper": "^0.9.4",
"skipper-disk": "^0.5.12",
"twilio": "^4.20.1",
"uuid": "^9.0.1",
"validator": "^13.11.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"patch-package": "^8.0.0"
},
"scripts": {
"start": "NODE_ENV=production node app.js",
"start:dev": "NODE_ENV=development node app.js",
"test": "npm run lint && npm run custom-tests && echo 'Done.'",
"lint": "eslint . --max-warnings=0 --report-unused-disable-directives && echo '✔ Your .js files look good.'",
"custom-tests": "echo \"(No other custom tests yet.)\" && echo",
"postinstall": "patch-package"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/HCW-home/frontend-patient"
},
"author": "iabsis",
"license": "GPLv3",
"engines": {
"node": ">=10.24.1"
},
"resolutions": {
"activedirectory/ldapjs": "1.0.2",
"getobject": ">=1.0.0"
}
}