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