๐Ÿ“ฆ harshadixit12 / tiny-video-stream

๐Ÿ“„ package.json ยท 18 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18{
  "name": "video-streaming",
  "version": "1.0.0",
  "description": "Steams videos over HTTP",
  "main": "app.js",
  "scripts": {
    "start": "nodemon ./app.js localhost 8000",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "cors": "^2.8.5",
    "express": "^4.18.2",
    "nodemon": "^2.0.20"
  }
}