{ "name": "bora_it", "version": "1.0.0", "description": "Streaming Service", "main": "index.js", "scripts": { "start": "nodemon index.js", "dev": "nodemon -r esm index.js", "build": "tsc -p ." }, "nodemonConfig": { "ignore": [ "test/*", "docs/*", "client/*" ] }, "repository": { "type": "git", "url": "https://compmath.korea.ac.kr/gitlab/research/bora_it.git" }, "keywords": [], "author": "Chaerin Kim,", "license": "ISC", "dependencies": { "bcryptjs": "^2.4.3", "cookie-parser": "^1.4.5", "cors": "2.8.5", "dotenv": "^10.0.0", "esm": "^3.2.25", "express": "4.17.1", "http": "0.0.1-security", "jsonwebtoken": "^8.5.1", "multer": "^1.4.2", "nanoid": "^3.1.23", "nodemon": "^2.0.7", "pg": "^8.6.0", "pg-hstore": "^2.3.4", "postgres": "^1.0.2", "sequelize": "^6.6.5", "socket.io": "2.3.0", "wrtc": "0.4.6" }, "devDependencies": { "nodemon": "2.0.7" } }