generated from getir-nodejs-bootcamp/getirgraduationproject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.12 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
{
"name": "getir-nodejs-bootcamp-graduation-project-buraksenb",
"version": "1.0.0",
"description": "Getir graduation project REST API",
"main": "app.js",
"scripts": {
"serve": "node ./src/app.js",
"dev": "nodemon ./src/app.js",
"test": "jest --forceExit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/getir-nodejs-bootcamp/getir-nodejs-bootcamp-graduation-project-buraksenb.git"
},
"author": "Burak SEN <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/getir-nodejs-bootcamp/getir-nodejs-bootcamp-graduation-project-buraksenb/issues"
},
"homepage": "https://github.com/getir-nodejs-bootcamp/getir-nodejs-bootcamp-graduation-project-buraksenb#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.2",
"helmet": "^4.6.0",
"joi": "^17.5.0",
"mongoose": "^6.1.3",
"morgan": "^1.10.0",
"swagger-ui-express": "^4.3.0"
},
"devDependencies": {
"flush-promises": "^1.0.2",
"jest": "^27.4.5",
"mockingoose": "^2.15.2",
"nodemon": "^2.0.15",
"supertest": "^6.1.6"
}
}