-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.02 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
{
"name": "data-publisher-api",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "ts-node ./src/bin/www.ts",
"test": "jest"
},
"dependencies": {
"@elastic/elasticsearch": "^8.6.0",
"app-root-path": "^3.0.0",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"cookie-parser": "~1.4.6",
"cors": "^2.8.5",
"debug": "~4.3.4",
"dotenv": "^16.0.1",
"email-validator": "^2.0.4",
"express": "~4.18.1",
"express-validator": "^6.14.2",
"ip": "^1.1.8",
"jsonwebtoken": "^8.5.1",
"mongodb": "^5.7.0",
"morgan": "~1.10.0",
"multer": "^1.4.4",
"nodemailer": "^6.7.5",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"ts-node": "^10.8.1",
"typescript": "^4.7.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@shelf/jest-mongodb": "^4.2.0",
"@types/jest": "^28.1.3",
"jest": "^28.1.3",
"jest-summary-reporter": "^0.0.2",
"rewire": "^6.0.0",
"serve-static": "^1.15.0",
"supertest": "^6.2.3",
"ts-jest": "^28.0.5"
}
}