-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1 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
{
"name": "backend-proyectobdd",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon config/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Raynou/Backend-ProyectoBDD.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Raynou/Backend-ProyectoBDD/issues"
},
"homepage": "https://github.com/Raynou/Backend-ProyectoBDD#readme",
"dependencies": {
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-flash": "^0.0.2",
"express-nunjucks": "^2.2.5",
"express-session": "^1.17.3",
"express-validator": "^6.14.2",
"mysql2": "^2.3.3",
"node-fetch": "^3.3.0",
"nunjucks": "^3.2.3",
"sequelize": "^6.25.6"
},
"devDependencies": {
"nodemon": "^2.0.20",
"tailwindcss": "^3.2.4"
}
}