package.json 881 Bytes
Newer Older
Kim, Chaerin's avatar
Kim, Chaerin committed
1
2
3
4
5
6
{
  "name": "bora_it",
  "version": "1.0.0",
  "description": "Streaming Service",
  "main": "index.js",
  "scripts": {
Kim, Chaerin's avatar
Kim, Chaerin committed
7
8
    "start": "nodemon index.js",
    "dev": "nodemon -r esm index.js",
Kim, Chaerin's avatar
Kim, Chaerin committed
9
    "build": "tsc -p ."
Kim, Chaerin's avatar
Kim, Chaerin committed
10
  },
11
12
13
14
  "repository": {
    "type": "git",
    "url": "https://compmath.korea.ac.kr/gitlab/research/bora_it.git"
  },
Kim, Chaerin's avatar
Kim, Chaerin committed
15
  "keywords": [],
16
  "author": "Chaerin Kim,",
Kim, Chaerin's avatar
Kim, Chaerin committed
17
18
  "license": "ISC",
  "dependencies": {
19
20
    "bcryptjs": "^2.4.3",
    "cookie-parser": "^1.4.5",
Kim, Chaerin's avatar
Kim, Chaerin committed
21
    "cors": "2.8.5",
22
23
    "dotenv": "^10.0.0",
    "esm": "^3.2.25",
Kim, Chaerin's avatar
Kim, Chaerin committed
24
25
    "express": "4.17.1",
    "http": "0.0.1-security",
26
    "jsonwebtoken": "^8.5.1",
우지원's avatar
e    
우지원 committed
27
    "nanoid": "^3.1.20",
28
29
30
    "nodemon": "^2.0.7",
    "pg": "^8.6.0",
    "pg-hstore": "^2.3.4",
Kim, Chaerin's avatar
Kim, Chaerin committed
31
    "postgres": "^1.0.2",
32
    "sequelize": "^6.6.5",
Kim, Chaerin's avatar
Kim, Chaerin committed
33
34
35
36
37
38
    "socket.io": "2.3.0",
    "wrtc": "0.4.6"
  },
  "devDependencies": {
    "nodemon": "2.0.7"
  }
Kim, Chaerin's avatar
Kim, Chaerin committed
39
}