-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 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
{
"name": "traveller",
"version": "1.0.0",
"description": "",
"main": "server.ts",
"dependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.17",
"@types/express-fileupload": "^1.4.1",
"@types/jsonwebtoken": "^8.5.9",
"@types/mongodb": "^4.0.7",
"axios": "^1.6.2",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.40.0",
"colors": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"expo-server-sdk": "^3.7.0",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.17.1",
"mongoose": "^8.0.2",
"node-cache": "^5.1.2",
"nodemon": "^2.0.22",
"socket.io": "^4.7.2",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"scripts": {
"test": "jest",
"start": "nodemon server.ts"
},
"author": "Pietro Bossolasco",
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@types/jest": "^29.5.8",
"babel": "^6.23.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1"
}
}