-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.19 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
42
43
44
45
46
{
"name": "movieapp",
"version": "1.0.0",
"description": "Movie App Api Rest with MongoDB and SQL data base",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"e2e": "cypress open",
"test:jest": "jest",
"start": "node index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Francsy/MovieApp.git"
},
"author": "César Alba, Rubén Zafra y Fran V. Hernández",
"license": "ISC",
"bugs": {
"url": "https://github.com/Francsy/MovieApp/issues"
},
"homepage": "https://github.com/Francsy/MovieApp#readme",
"dependencies": {
"bcrypt": "^5.1.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.9.0",
"mongoose-sequence": "^5.3.1",
"node-fetch": "^2.6.8",
"nodemailer": "^6.9.1",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"pg": "^8.9.0",
"pug": "^3.0.2",
"puppeteer": "^19.6.2"
},
"devDependencies": {
"cypress": "^12.5.1",
"jest": "^29.4.2",
"morgan": "^1.10.0",
"nodemon": "^2.0.20"
}
}