-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 975 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 975 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
{
"name": "skillbridge",
"description": "SkillBridge è un'applicazione web che aiuta i freelancer e le aziende a connettersi, collaborare e crescere.",
"author": "Davide La Marca",
"version": "1.0.0",
"license": "ISC",
"type": "module",
"main": "index.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/lama-development/skillbridge"
},
"bugs": {
"url": "https://github.com/lama-development/skillbridge/issues"
},
"homepage": "https://github.com/lama-development/skillbridge#readme",
"overrides": {
"tar": "^7.5.7"
},
"dependencies": {
"bcrypt": "^6.0.0",
"bootstrap": "^5.3.6",
"connect-flash": "^0.1.1",
"ejs": "^3.1.10",
"express": "^5.1.0",
"express-session": "^1.18.1",
"multer": "^2.0.2",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"sqlite3": "^5.1.7"
}
}