-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "Blog-REST-API-test-mission",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon",
"build": "nodemon",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Denis Get`man",
"license": "ISC",
"dependencies": {
"@types/body-parser": "^1.17.0",
"@types/connect-redis": "^0.0.7",
"@types/cookie-parser": "^1.4.1",
"@types/cors": "^2.8.4",
"@types/express": "^4.11.1",
"@types/express-session": "^1.15.9",
"@types/mongoose": "^5.0.10",
"@types/passport": "^0.4.5",
"@types/passport-local": "^1.0.33",
"@types/redis": "^2.8.6",
"@types/request": "^2.47.0",
"body-parser": "^1.18.2",
"connect-redis": "^3.3.3",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"express": "^4.16.3",
"express-session": "^1.15.6",
"mongoose": "^5.0.16",
"nodemon": "^1.17.3",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"redis": "^2.8.0",
"redis-server": "^1.2.0",
"request": "^2.85.0",
"ts-loader": "^4.2.0",
"tsconfig-paths": "^2.4.0"
}
}