-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) Β· 837 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) Β· 837 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
{
"name": "web2-nodejs",
"version": "1.0.0",
"description": "",
"main": "main.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/web-n/Nodejs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/web-n/Nodejs/issues"
},
"homepage": "https://github.com/web-n/Nodejs#readme",
"dependencies": {
"body-parser": "^1.20.1",
"compression": "^1.7.4",
"cookie": "^0.4.1",
"eslint-config-naver": "^2.1.0",
"express": "^4.18.2",
"express-session": "^1.17.1",
"helmet": "^4.1.0",
"mysql": "^2.18.1",
"sanitize-html": "^2.3.2",
"session-file-store": "^1.4.0"
},
"devDependencies": {
"eslint": "^7.7.0"
}
}