forked from djgoodrich/Blog-Review
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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
{
"name": "blog-review",
"version": "1.0.0",
"description": "blog reviews",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/djgoodrich/groupProject2.git"
},
"keywords": [
"blog",
"review",
"rating"
],
"author": "David Goodrich, Annalisa Alden, Jared Gonzalez",
"license": "ISC",
"bugs": {
"url": "https://github.com/djgoodrich/groupProject2/issues"
},
"homepage": "https://github.com/djgoodrich/groupProject2#readme",
"dependencies": {
"auth0-js": "^9.13.2",
"body-parser": "^1.18.2",
"dotenv": "^4.0.0",
"exphbs": "^1.1.0",
"express": "^4.16.0",
"express-auth0-simple": "^3.0.2",
"express-handlebars": "^3.0.0",
"express-jwt": "^6.0.0",
"express-jwt-authz": "^1.0.0",
"jwks-rsa": "^1.2.0",
"method-override": "^2.3.10",
"mysql2": "^1.4.2",
"path": "^0.12.7",
"sequelize": "^6.19.1",
"snyk": "^1.685.0"
},
"snyk": true
}