package.json 470 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
9
    "start": "nodemon index.js",
    "dev": "nodemon src/index.ts",
    "build": "tsc -p ."
Kim, Chaerin's avatar
Kim, Chaerin committed
10
  },
Kim, Chaerin's avatar
Kim, Chaerin committed
11
  "keywords": [],
Kim, Chaerin's avatar
Kim, Chaerin committed
12
  "author": "",
Kim, Chaerin's avatar
Kim, Chaerin committed
13
14
15
16
17
18
19
20
21
22
23
  "license": "ISC",
  "dependencies": {
    "cors": "2.8.5",
    "express": "4.17.1",
    "http": "0.0.1-security",
    "socket.io": "2.3.0",
    "wrtc": "0.4.6"
  },
  "devDependencies": {
    "nodemon": "2.0.7"
  }
Kim, Chaerin's avatar
Kim, Chaerin committed
24
}