-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.4 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
51
52
53
54
55
{
"name": "weatherforecastappback",
"version": "1.0.0",
"description": "wether forecast app back end",
"main": "app.js",
"scripts": {
"start": "nodemon app.ts",
"server": "nodemon app.js"
},
"keywords": [
"weather",
"forecast",
"bck"
],
"author": "Kamkou Mikita <[email protected]>",
"license": "ISC",
"dependencies": {
"@types/dotenv": "^8.2.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"config": "^3.3.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-jwt": "^6.0.0",
"express-query-parser": "^1.1.0",
"express-session": "^1.17.1",
"express-validator": "^6.6.1",
"firebase": "^7.21.0",
"firebase-admin": "^9.2.0",
"firebase-tools": "^8.11.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.10.13",
"node-fetch": "^2.6.1",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"uuid": "^8.3.1"
},
"devDependencies": {
"@types/cors": "^2.8.8",
"@types/express": "4.17.6",
"@types/jsonwebtoken": "^8.5.0",
"@types/mongoose": "^5.7.37",
"@types/node": "14.0.13",
"@types/node-fetch": "^2.5.7",
"@types/passport-google-oauth20": "^2.0.4",
"concurrently": "^5.3.0",
"nodemon": "^2.0.4",
"ts-node": "^8.10.2",
"typescript": "^4.0.3"
}
}