forked from GA-Oct-hackathon-team-3/backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.45 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
52
53
{
"main": "index.js",
"dependencies": {
"@aws-sdk/client-s3": "^3.433.0",
"@types/cookie-parser": "^1.4.6",
"agenda": "^5.0.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"expo-server-sdk": "^3.7.0",
"express": "^4.18.2",
"express-fileupload": "^1.4.1",
"express-mongo-sanitize": "^2.2.0",
"googleapis": "^129.0.0",
"jsonwebtoken": "^9.0.2",
"moment-timezone": "^0.5.43",
"mongoose": "^7.6.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"node-cache": "^5.1.2",
"nodemailer": "^6.9.7",
"openai": "^4.13.0",
"sharp": "^0.32.6"
},
"devDependencies": {
"@shelf/jest-mongodb": "^4.1.7",
"@types/cors": "^2.8.15",
"@types/express": "^4.17.20",
"@types/express-fileupload": "^1.4.4",
"@types/jest": "^29.5.6",
"@types/jsonwebtoken": "^9.0.4",
"@types/morgan": "^1.9.7",
"@types/multer": "^1.4.9",
"@types/multer-s3": "^3.0.2",
"@types/node": "^20.8.7",
"@types/nodemailer": "^6.4.14",
"@types/supertest": "^2.0.15",
"jest": "^29.7.0",
"mongodb-memory-server": "^9.0.1",
"nodemon": "^3.0.1",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"scripts": {
"start": "nodemon",
"watch": "nodemon --watch '**/*.ts' --exec 'tsc && node dist/index.js'",
"build": "tsc",
"test": "jest --verbose --runInBand"
}
}