-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 890 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 890 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": "asistances-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "nodemon index.js",
"test": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Facuvatti/asistances-backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Facuvatti/asistances-backend/issues"
},
"homepage": "https://github.com/Facuvatti/asistances-backend#readme",
"dependencies": {
"bcrypt": "^6.0.0",
"cors": "^2.8.5",
"dotenv": "^17.2.3",
"express": "^5.1.0",
"express-mysql-session": "^3.0.3",
"express-session": "^1.18.2",
"mariadb": "^3.4.5",
"morgan": "^1.10.1",
"mysql": "^2.18.1",
"nodemon": "^3.1.10",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"sqlite3": "^5.1.7"
}
}