-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 857 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
{
"name": "AFEClassroom",
"version": "1.0.0",
"description": "AFEClassroom Pkg",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "James Ash",
"license": "MIT",
"dependencies": {
"@types/bcrypt": "^3.0.0",
"@types/cookie": "^0.4.0",
"@types/express": "^4.17.7",
"@types/express-session": "^1.17.3",
"@types/mysql": "^2.15.17",
"@types/node": "^14.0.23",
"@types/passport": "^1.0.5",
"@types/ws": "^7.4.0",
"bcrypt": "^5.0.0",
"connect-busboy": "0.0.2",
"cookie": "^0.4.1",
"cookie-parser": "^1.4.5",
"ejs": "^3.1.3",
"express": "^4.17.1",
"express-session": "^1.17.1",
"leeks.js": "0.0.9",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"passport": "^0.4.1",
"ts-node": "^8.10.2",
"ws": "^7.4.3"
}
}