박규리

Delete package.json

1 -{
2 - "name": "holiday-counter-recommand-activity",
3 - "version": "1.0.0",
4 - "main": "server.js",
5 - "scripts": {
6 - "test": "echo \"Error: no test specified\" && exit 1",
7 - "start": "node server.js"
8 - },
9 - "repository": {
10 - "type": "git",
11 - "url": "http://khuhub.khu.ac.kr/teamPARK/holiday-counter-recommand-activity.git"
12 - },
13 - "author": "",
14 - "license": "ISC",
15 - "dependencies": {
16 - "ejs": "^3.1.7",
17 - "express": "^4.18.1",
18 - "fs": "^0.0.1-security",
19 - "request": "^2.88.2",
20 - "xml-js": "^1.6.11",
21 - "xml2js": "^0.4.23"
22 - },
23 - "devDependencies": {},
24 - "description": ""
25 -}