-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.01 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
{
"name": "final-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --detectOpenHandles --forceExit --runInBand",
"dev": "nodemon bin/http",
"start": "node bin/http"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Zefanrakh/final-project.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Zefanrakh/final-project/issues"
},
"homepage": "https://github.com/Zefanrakh/final-project#readme",
"dependencies": {
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"firebase-admin": "^9.10.0",
"jsonwebtoken": "^8.5.1",
"nodemailer": "^6.6.2",
"nodemon": "^2.0.7",
"pg": "^8.6.0",
"sequelize": "^6.6.2",
"stripe": "^8.157.0",
"xendit-node": "^1.13.0"
},
"devDependencies": {
"jest": "^27.0.5",
"supertest": "^6.1.3"
},
"directories": {
"test": "test"
}
}