-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.59 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
{
"name": "simva-api",
"description": "Simva, AKA Simple Validator, AKA SurveyManager is the evolution of a tool created to integrate and ease the task of validating serious games using pre-post surveys as a control point. This version allows to create more complex studies with more variety of activities and different allocations.",
"version": "1.0.1",
"scripts": {
"start": "node src/bin/www",
"dev": "nodemon --inspect=0.0.0.0:9229 src/bin/www | bunyan",
"test": "set NODE_ENV=test&& mocha -R spec"
},
"dependencies": {
"@keycloak/keycloak-admin-client": "^25.0.4",
"async": "^3.1.0",
"axios": "^1.7.7",
"bcrypt": "5.1.1",
"bloom-filters": "^3.0.1",
"body-parser": "1.20.3",
"bunyan": "1.5.1",
"cookie-parser": "1.3.5",
"express": "4.21.0",
"express-body-schema": "github:e-ucm/express-body-schema#1.0.0-eucm",
"express-fileupload": "1.5.1",
"jsonwebtoken": "9.0.2",
"kafka-node": "5.0.0",
"keycloak-public-key": "github:e-ucm/keycloak-public-key#1.0.2-eucm",
"ltijs": "5.9.5",
"minio": "^8.0.1",
"mongoose": "^5.7.8",
"multiparty-express": "^0.1.9",
"node-yaml-config": "1.0.0",
"pino": "^8.16.2",
"require-text": "0.0.1",
"ssl-root-cas": "1.3.x",
"swagger-mongoose": "github:e-ucm/swagger-mongoose#1.1.2-eucm",
"unzipper": "0.12.3",
"uuid": "^10.0.0",
"xapi-tracker": "github:e-ucm/js-tracker#0.9.2",
"xml2js": "0.6.2",
"yaml": "^1.7.2"
},
"devDependencies": {
"mocha": "*",
"nodemon": "^3.1.4",
"pino-pretty": "^10.2.3",
"should": "*",
"supertest": "*"
}
}