-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.36 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
42
43
44
45
46
47
48
49
50
{
"name": "backend-icantina",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha dist/tests ",
"start": "nodemon dist/"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/xEt3/backend-iCantina.git"
},
"author": "Ignacio Belmonte",
"license": "ISC",
"bugs": {
"url": "https://github.com/xEt3/backend-iCantina/issues"
},
"homepage": "https://github.com/xEt3/backend-iCantina#readme",
"dependencies": {
"@types/bcrypt": "^3.0.0",
"@types/cors": "^2.8.6",
"@types/express": "^4.17.6",
"@types/express-fileupload": "^1.1.3",
"@types/jsonwebtoken": "^8.3.9",
"@types/mocha": "^7.0.2",
"@types/mongoose": "^5.10.3",
"@types/passport": "^1.0.3",
"@types/passport-google-oauth": "^1.0.41",
"@types/uniqid": "^4.1.3",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-fileupload": "^1.1.10",
"google-auth-library": "^6.0.0",
"googleapis": "^50.0.0",
"jsonwebtoken": "^8.5.1",
"mocha": "^8.2.1",
"mongoose": "^5.9.10",
"nodemon": "^2.0.6",
"passport-google": "^0.3.0",
"passport-google-oauth": "^2.0.0",
"passport-strategy": "^1.0.0",
"typescript": "^4.1.3",
"uniqid": "^5.2.0"
}
}