package.json 1002 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
  },
seoyeon's avatar
0726    
seoyeon committed
11
  "nodemonConfig": {
이재연's avatar
a    
이재연 committed
12
13
14
15
16
    "ignore": [
      "test/*",
      "docs/*",
      "client/*"
    ]
seoyeon's avatar
0726    
seoyeon committed
17
  },
18
19
20
21
  "repository": {
    "type": "git",
    "url": "https://compmath.korea.ac.kr/gitlab/research/bora_it.git"
  },
Kim, Chaerin's avatar
Kim, Chaerin committed
22
  "keywords": [],
23
  "author": "Chaerin Kim,",
Kim, Chaerin's avatar
Kim, Chaerin committed
24
25
  "license": "ISC",
  "dependencies": {
26
27
    "bcryptjs": "^2.4.3",
    "cookie-parser": "^1.4.5",
Kim, Chaerin's avatar
Kim, Chaerin committed
28
    "cors": "2.8.5",
29
30
    "dotenv": "^10.0.0",
    "esm": "^3.2.25",
Kim, Chaerin's avatar
Kim, Chaerin committed
31
32
    "express": "4.17.1",
    "http": "0.0.1-security",
33
    "jsonwebtoken": "^8.5.1",
이재연's avatar
aa    
이재연 committed
34
    "multer": "^1.4.2",
seoyeon's avatar
0726    
seoyeon committed
35
    "nanoid": "^3.1.23",
36
37
38
    "nodemon": "^2.0.7",
    "pg": "^8.6.0",
    "pg-hstore": "^2.3.4",
Kim, Chaerin's avatar
Kim, Chaerin committed
39
    "postgres": "^1.0.2",
40
    "sequelize": "^6.6.5",
Kim, Chaerin's avatar
Kim, Chaerin committed
41
42
43
44
45
46
    "socket.io": "2.3.0",
    "wrtc": "0.4.6"
  },
  "devDependencies": {
    "nodemon": "2.0.7"
  }
Kim, Chaerin's avatar
Kim, Chaerin committed
47
}