package.json 1.05 KB
Newer Older
1
2
3
4
5
{
  "name": "bora_it",
  "version": "1.0.0",
  "description": "Streaming Service",
  "main": "index.js",
권병윤's avatar
0802    
권병윤 committed
6
  "type": "module",
7
  "scripts": {
권병윤's avatar
0802    
권병윤 committed
8
9
10
11
    "start": "node dist/index.js",
    "build": "tsc",
    "dev": "nodemon",
    "test": "echo \"Error: no test specified\" && exit 1"
12
  },
seoyeon's avatar
0726    
seoyeon committed
13
  "nodemonConfig": {
이재연's avatar
a    
이재연 committed
14
15
16
17
18
    "ignore": [
      "test/*",
      "docs/*",
      "client/*"
    ]
seoyeon's avatar
0726    
seoyeon committed
19
  },
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
  "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",
    "express": "4.17.1",
    "http": "0.0.1-security",
    "jsonwebtoken": "^8.5.1",
    "multer": "^1.4.2",
seoyeon's avatar
0726    
seoyeon committed
36
    "nanoid": "^3.1.23",
37
38
39
40
41
    "nodemon": "^2.0.7",
    "pg": "^8.6.0",
    "pg-hstore": "^2.3.4",
    "postgres": "^1.0.2",
    "sequelize": "^6.6.5",
권병윤's avatar
0802    
권병윤 committed
42
43
    "socket.io": "^4.1.3",
    "wrtc": "^0.4.7"
44
45
  },
  "devDependencies": {
권병윤's avatar
0802    
권병윤 committed
46
    "@types/socket.io": "^3.0.2",
47
48
49
    "nodemon": "2.0.7"
  }
}