-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.13 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.13 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
{
"name": "proyecto_backend_filmapp",
"version": "1.0.0",
"description": "Proyecto_Backend_FilmApp",
"main": "index.js",
"scripts": {
"start": "node src/server.js",
"dev": "node --watch ./src/server.js",
"test": "jest --runInBand"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MarioMS2000/Proyecto_Backend_FilmApp.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/MarioMS2000/Proyecto_Backend_FilmApp/issues"
},
"homepage": "https://github.com/MarioMS2000/Proyecto_Backend_FilmApp#readme",
"dependencies": {
"axios": "^1.15.1",
"bcryptjs": "^3.0.3",
"cookie-parser": "^1.4.7",
"dotenv": "^17.4.2",
"ejs": "^5.0.2",
"express": "^5.2.1",
"jsonwebtoken": "^9.0.3",
"mongoose": "^9.4.1",
"morgan": "^1.10.1",
"pg": "^8.20.0",
"pg-hstore": "^2.3.4",
"puppeteer": "^24.42.0",
"sequelize": "^6.37.8",
"swagger-ui-express": "^5.0.1",
"yamljs": "^0.3.0"
},
"devDependencies": {
"jest": "^30.3.0",
"nodemon": "^3.1.14",
"postman-to-openapi": "^3.0.1"
}
}