아직병합금지!
index.js
0 → 100644
... | @@ -3,23 +3,22 @@ | ... | @@ -3,23 +3,22 @@ |
"version": "1.0.0", | "version": "1.0.0", | ||
"description": "Streaming Service", | "description": "Streaming Service", | ||
"main": "index.js", | "main": "index.js", | ||
"dependencies": { | |||
"bcryptjs": "^2.4.3", | |||
"cookie-parser": "^1.4.5", | |||
"dotenv": "^10.0.0", | |||
"express": "^4.17.1", | |||
"jsonwebtoken": "^8.5.1", | |||
"nodemon": "^2.0.7", | |||
"npm": "^7.18.1" | |||
}, | |||
"devDependencies": {}, | |||
"scripts": { | "scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | "start": "nodemon index.js", | ||
}, | "dev": "nodemon src/index.ts", | ||
"repository": { | "build": "tsc -p ." | ||
"type": "git", | |||
"url": "https://compmath.korea.ac.kr/gitlab/research/bora_it.git" | |||
}, | }, | ||
"keywords": [], | |||
"author": "", | "author": "", | ||
"license": "ISC" | "license": "ISC", | ||
"dependencies": { | |||
"cors": "2.8.5", | |||
"express": "4.17.1", | |||
"http": "0.0.1-security", | |||
"socket.io": "2.3.0", | |||
"wrtc": "0.4.6" | |||
}, | |||
"devDependencies": { | |||
"nodemon": "2.0.7" | |||
} | |||
} | } |
Please register or sign in to comment