-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "server",
"version": "1.0.0",
"description": "Backend for FLICK",
"main": "index.js",
"scripts": {
"start": "nodemon app",
"test": "jest --testEnvironment=node --watchAll"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lakshya-20/flick-backend.git"
},
"author": "Lakshya Bansal",
"license": "ISC",
"bugs": {
"url": "https://github.com/lakshya-20/flick-backend/issues"
},
"homepage": "https://github.com/lakshya-20/flick-backend#readme",
"dependencies": {
"app-root-path": "^3.0.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mongo-sanitize": "^1.1.0",
"mongoose": "^5.10.9",
"morgan": "^1.10.0",
"mustache-express": "^1.3.0",
"nodemon": "^2.0.6",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"redis": "^3.0.2",
"redis-clustr": "^1.7.0",
"uuid": "^8.3.1",
"winston": "^3.3.3"
},
"devDependencies": {
"jest": "^26.6.3",
"supertest": "^6.1.3"
}
}