-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 983 Bytes
/
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
{
"name": "duexhibits-backend",
"version": "0.7.0",
"description": "DU Exhibits Backend Application",
"main": "exhibits.js",
"scripts": {
"test": "NODE_OPTIONS=--max-old-space-size=4096 vitest --run --reporter verbose"
},
"author": "[email protected]",
"license": "Apache",
"dependencies": {
"@elastic/elasticsearch": "^8.12.2",
"ajv": "^6.12.0",
"axios": "^1.6.7",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"dompurify": "^2.2.6",
"dotenv": "^4.0.0",
"ejs": "^3.1.8",
"express": "^4.17.1",
"helmet": "^3.23.3",
"jsdom": "^16.4.0",
"jsonwebtoken": "^9.0.0",
"knex": "^2.4.2",
"log4js": "^6.4.1",
"memory-cache": "^0.2.0",
"method-override": "^2.3.10",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.11.4",
"uuid": "^8.3.2",
"validator": "^13.7.0"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.2.0",
"supertest": "^6.1.3",
"vitest": "^2.1.5"
}
}