-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 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
43
44
{
"name": "auth",
"version": "1.0.0",
"description": "A simple auth middleware server.",
"main": "index.js",
"dependencies": {
"aws-sdk": "^2.250.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"connect-dynamodb": "^2.0.3",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"connect-redis": "^6.1.1",
"ddos": "^0.1.30",
"debug": "^3.2.6",
"dotenv": "^4.0.0",
"express": "^4.17.1",
"express-session": "^1.16.2",
"http-proxy-middleware": "^0.21.0",
"lodash": "^4.17.21",
"passport": "^0.4.0",
"passport-auth0": "^0.6.1",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"pug": "^3.0.2",
"ramda": "^0.25.0",
"request": "^2.87.0"
},
"devDependencies": {
"husky": "^0.14.3",
"jest": "^27.5.1",
"prettier": "1.9.2",
"pretty-quick": "^1.6.0",
"supertest": "^6.2.2",
"supertest-session": "^4.1.0"
},
"scripts": {
"test": "jest",
"start": "node -r ./config/env index.js",
"precommit": "pretty-quick --staged && npm run test"
},
"author": "Kyle Parisi",
"license": "ISC"
}