-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1001 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1001 Bytes
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": "fullstack-team-project-back",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node ./server.js",
"start:dev": "nodemon ./server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nessy126/fullstack-team-project-back.git"
},
"author": "bootcamp14-online",
"license": "ISC",
"bugs": {
"url": "https://github.com/nessy126/fullstack-team-project-back/issues"
},
"homepage": "https://github.com/nessy126/fullstack-team-project-back#readme",
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"heroku": "^7.60.2",
"joi": "^17.6.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.4.4",
"uuid": "^8.3.2",
"swagger-ui-express": "^4.5.0"
},
"devDependencies": {
"nodemon": "^2.0.19",
"prettier": "^2.7.1"
}
}