-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "pomodoro-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --detectOpenHandles --verbose --testTimeout=6000",
"test:watch": "jest --detectOpenHandles --verbose --watchAll",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MohamedAli00949/pomodoro-backend.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/MohamedAli00949/pomodoro-backend/issues"
},
"homepage": "https://github.com/MohamedAli00949/pomodoro-backend#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"cloudinary": "^1.35.0",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-ws": "^5.0.2",
"google-auth-library": "^9.4.1",
"googleapis": "^108.0.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.6.5",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.8.0"
},
"devDependencies": {
"nodemon": "^2.0.20",
"supertest": "^6.3.1"
}
}