forked from SciCatProject/backend-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.86 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
{
"name": "dacat-api",
"version": "3.0.1",
"main": "server/server.js",
"engines": {
"node": ">=10"
},
"scripts": {
"lint": "eslint common/models",
"start": "node .",
"posttests": "npm run lint && nsp check",
"test": "./node_modules/mocha/bin/mocha --timeout=30000 --reporter spec --exit",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"dependencies": {
"amqplib": "^0.6.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"gelf-pro": "^1.3.4",
"helmet": "^3.23.3",
"jsonwebtoken": "^8.5.1",
"kafka-node": "^5.0.0",
"loopback": "^3.27.0",
"loopback-boot": "^2.28.0",
"loopback-component-explorer": "^6.5.1",
"loopback-component-model-diagram": "^0.4.2",
"loopback-component-mq": "^2.2.5",
"loopback-component-passport": "^3.12.0",
"loopback-component-visualizer": "^1.2.1",
"loopback-connector-mongodb": "^5.4.0",
"loopback-ds-timestamp-mixin": "^3.4.1",
"mathjs": "^6.6.5",
"moment": "^2.27.0",
"moment-timezone": "^0.5.31",
"nodemailer": "^6.4.11",
"passport-ldapauth": "^2.1.4",
"passport-local": "^1.0.0",
"passport-openidconnect": "^0.0.2",
"request-promise": "^4.2.6",
"rison": "github:nanonid/rison",
"serve-favicon": "2.5.0",
"strong-error-handler": "3.5.0",
"superagent": "^5.3.1",
"uuid": "^7.0.3",
"snyk": "^1.399.1"
},
"optionalDependencies": {
"loopback-connector-kafka": "^0.2.1"
},
"devDependencies": {
"@mean-expert/loopback-sdk-builder": "^2.3.1",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"eslint": "^6.2.0",
"eslint-config-loopback": "^13.1.0",
"mocha": "^7.2.0",
"nock": "^12.0.3",
"nodemon": "^2.0.0",
"supertest": "^4.0.2"
},
"repository": {
"type": "",
"url": ""
},
"license": "GPL-3.0",
"description": "dacat-api",
"snyk": true
}