-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.15 KB
/
package.json
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
{
"name": "erasmusbackend",
"version": "1.0.0",
"description": "Erasmus App Backend",
"main": "index.js",
"scripts": {
"tsc": "tsc",
"start": "tsc && node index.js local",
"prod": "tsc && node index.js prod",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/garretaserra/ErasmusBackEnd.git"
},
"author": "Mario Boto, Carlo Gattuso, Sergi Garreta, Sheila Lopez, Izan Perez",
"license": "ISC",
"bugs": {
"url": "https://github.com/eperezcosano/ErasmusBackEnd/issues"
},
"homepage": "https://github.com/eperezcosano/ErasmusBackEnd#readme",
"dependencies": {
"@types/express": "^4.17.1",
"@types/socket.io": "^2.1.4",
"cors": "^2.8.5",
"errorhandler": "^1.5.1",
"express": "^4.18.2",
"express-jwt": "^6.0.0",
"express-session": "^1.16.2",
"http": "0.0.0",
"jsonwebtoken": "^9.0.0",
"mongoose": "^5.13.15",
"passport": "latest",
"nodemailer": "^6.6.1",
"passport-local": "^1.0.0",
"socket.io": "^2.5.0",
"swagger-ui-express": "^4.6.0",
"ts-node-dev": "^1.1.8",
"typescript": "^3.6.3"
}
}