-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.1 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
{
"name": "authentication",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js",
"prod_win": "node app.js"
},
"dependencies": {
"aws-sdk": "2.x",
"bad-words": "^3.0.3",
"bcryptjs": "*",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "*",
"dotenv": "^8.2.0",
"ejs": "2.x",
"express": "^4.17.1",
"express-rate-limit": "^5.0.0",
"form-data": "^3.0.0",
"google-auth-library": "^0.12.0",
"googleapis": "^39.2.0",
"handbrake-js": "^5.0.0",
"jsonwebtoken": "*",
"mime-types": "^2.1.26",
"mongodb": "^3.5.6",
"mongoose": "*",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"nodemailer": "^6.4.2",
"nodemon": "^2.0.3",
"passport": "^0.4.1",
"passport-google-oauth": "^2.0.0",
"passport-jwt": "*",
"passport-local": "^1.0.0",
"path": "*"
},
"author": "André Páscoa",
"license": "ISC",
"compilerOptions": {
"lib": [
"es2016",
"dom"
]
}
}