-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 935 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 935 Bytes
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
{
"name": "login-lecture",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "nodemon ./bin/www.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.2",
"formidable": "^2.0.1",
"jsonwebtoken": "^8.5.1",
"mime": "^3.0.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mysql": "^2.18.1",
"nodemon": "^2.0.19",
"nvm": "^0.0.4",
"python-shell": "^3.0.1",
"recordrtc": "^5.6.2",
"request": "^2.88.2",
"sharp": "^0.30.7",
"sync-request": "^6.1.0"
},
"devDependencies": {
"prettier": "^2.7.1"
},
"bin": {
"login-lecture": "bin/www.js"
},
"description": ""
}