-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 KB
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
{
"name": "camagru-nodejs-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Arthurooooo/camagru-nodejs-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Arthurooooo/camagru-nodejs-api/issues"
},
"homepage": "https://github.com/Arthurooooo/camagru-nodejs-api#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-session": "^1.17.2",
"jsonwebtoken": "^8.5.1",
"mongodb": "^3.6.8",
"mongoose": "^5.12.13",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"nodaemon": "0.0.5",
"nodemailer": "^6.6.3",
"v-img": "^0.2.0",
"webpack": "^5.46.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}