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