-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "friendradio_experiment",
"version": "0.1.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"startdev": "nodemon --exec babel-node src/index.js",
"start": "node dist/index.js",
"build": "babel -d dist/ src/",
"test": "jest"
},
"author": "Duncan MacConnell <[email protected]>",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.6.4",
"@babel/core": "^7.6.4",
"@babel/plugin-transform-regenerator": "^7.4.5",
"@babel/preset-env": "^7.6.3",
"babel-plugin-syntax-async-functions": "^6.13.0",
"jest": "^24.9.0"
},
"dependencies": {
"@babel/polyfill": "^7.6.0",
"@babel/register": "^7.6.2",
"@ffmpeg-installer/ffmpeg": "^1.0.19",
"body-parser": "^1.19.0",
"command-exists": "^1.2.8",
"cors": "^2.8.5",
"express": "^4.14.0",
"ffmpeg-on-progress": "^1.0.0",
"fluent-ffmpeg": "^2.1.2",
"hls-server": "^1.5.0",
"middleware": "^1.0.0",
"mongodb": "^2.2.33",
"multer": "^1.4.2",
"nodemon": "^1.18.3",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"socket.io": "^2.3.0",
"zlib": "^1.0.5"
}
}