generated from CMU-17-356/s23-final-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 858 Bytes
/
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
{
"name": "cmu-17-356-final-project-s23-cinelearn",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node app.js",
"lint": "npx eslint ./routes ./app.js",
"watch": "npx esw -w .",
"prettify": "npx prettier --write .",
"test": "jest --coverage --passWithNoTests"
},
"dependencies": {
"cookie-parser": "~1.4.4",
"cor": "^0.0.0",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.0.3",
"eslint-watch": "^8.0.0",
"express": "~4.16.1",
"fs": "^0.0.1-security",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"jsonwebtoken": "^9.0.0",
"mixpanel": "^0.17.0",
"morgan": "~1.9.1",
"mysql": "^2.18.1",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0"
},
"devDependencies": {
"eslint": "^8.38.0",
"jest": "^29.5.0"
}
}