-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.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
{
"name": "simple_event_sender",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "jest --runInBand"
},
"repository": {
"type": "git",
"url": "https://gitlab.liu.se/aaksu864/tdde-45-company-5-project.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"ajv": "^6.12.3",
"amqplib": "^0.10.3",
"axios": "^1.7.4",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"del": "^5.1.0",
"dotenv": "^8.2.0",
"express": "^4.21.2",
"fs": "0.0.1-security",
"generate-schema": "^2.6.0",
"git-clone": "^0.1.0",
"json-schema-instantiator": "^0.4.8",
"jsonwebtoken": "^9.0.0",
"mongoose": "^8.9.5",
"nodemon": "^3.0.1",
"path": "^0.12.7",
"pug": "^3.0.3"
},
"devDependencies": {
"jest": "^29.6.2",
"jest-html-reporter": "^2.8.2"
},
"jest": {
"reporters": [
"default",
[
"./node_modules/jest-html-reporter",
{
"pageTitle": "Test Report",
"outputPath": "./tests/test_reports/test-report.html"
}
]
]
}
}