-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.12 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
{
"name": "repo",
"version": "1.9.0",
"description": "Digital Repository back-end",
"main": "repo.js",
"scripts": {
"test": "NODE_ENV=test mocha"
},
"author": "[email protected]",
"license": "Apache",
"dependencies": {
"@elastic/elasticsearch": "^8.12.2",
"ajv": "^6.12.0",
"async": "^2.6.3",
"axios": "^1.6.8",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dompurify": "^3.0.11",
"dotenv": "^4.0.0",
"ejs": "^3.1.8",
"express": "^4.17.1",
"express-template-cache": "^0.1.0",
"helmet": "^3.23.3",
"install": "^0.12.2",
"jsdom": "^16.4.0",
"jsonwebtoken": "^9.0.2",
"knex": "^3.1.0",
"lodash": "^4.17.21",
"log4js": "^6.4.1",
"memory-cache": "^0.2.0",
"method-override": "^2.3.10",
"moment": "^2.29.1",
"multer": "^1.4.2",
"mysql2": "^3.9.7",
"node-uuid": "^1.4.8",
"nodemailer": "^6.4.18",
"shelljs": "^0.8.5",
"uuid": "^9.0.0",
"validator": "^13.7.0",
"xmldoc": "^1.1.2"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.2.0",
"supertest": "^6.1.3"
}
}