-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 773 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 773 Bytes
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
{
"name": "fb-live-interact",
"version": "1.0.0",
"description": "Adds Interactivity to Facebook Live!",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build": "./build.sh",
"restart": "docker kill live-interact; yarn build && yarn serve",
"serve": "docker run --rm -d -p 8080:8080 --cap-add=SYS_ADMIN --name live-interact live-interact yarn start"
},
"author": "Phoomparin Mano <work@phoom.in.th>",
"website": "https://phoom.in.th",
"license": "MIT",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.0.13",
"bluebird": "^3.4.6",
"fluent-ffmpeg": "^2.1.2",
"provable": "^0.2.2",
"puppeteer": "^0.11.0",
"request": "^2.78.0",
"request-promise": "^4.1.1"
},
"engines": {
"node": "8"
}
}