-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·35 lines (35 loc) · 957 Bytes
/
package.json
File metadata and controls
executable file
·35 lines (35 loc) · 957 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
{
"name": "nodejs-httpserver",
"version": "1.0.0",
"description": "Develope http-streaming-server",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Err0rCode7/nodejs-httpserver.git"
},
"author": "Err0rCode7",
"license": "ISC",
"bugs": {
"url": "https://github.com/Err0rCode7/nodejs-httpserver/issues"
},
"homepage": "https://github.com/Err0rCode7/nodejs-httpserver#readme",
"dependencies": {
"@types/mysql2": "github:types/mysql2",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-mysql-session": "^2.1.4",
"express-session": "^1.17.1",
"mime": "^2.4.5",
"moment": "^2.26.0",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"mysql2": "^2.1.0",
"nodemon": "^2.0.4",
"winston": "^3.2.1",
"winston-daily-rotate-file": "^4.4.2"
}
}