-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 942 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 942 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
{
"name": "audity_node_app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lucydct22/audity_node_app.git"
},
"keywords": [
"node"
],
"author": "Iuliia Shikhanova Lucia del Cacho Joe Joy Alt Javier Pascual David T. Pizarro",
"license": "MIT",
"bugs": {
"url": "https://github.com/Lucydct22/audity_node_app/issues"
},
"homepage": "https://github.com/Lucydct22/audity_node_app#readme",
"dependencies": {
"auth0": "^3.3.0",
"bson": "^5.2.0",
"cloudinary": "^1.36.3",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"express-oauth2-jwt-bearer": "^1.4.1",
"fs-extra": "^11.1.1",
"helmet": "^6.1.5",
"mongoose": "^7.0.5",
"nodemon": "^2.0.22"
}
}