diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/package.json b/package.json index dd66260..c31bd21 100644 --- a/package.json +++ b/package.json @@ -3,17 +3,10 @@ "version": "0.0.1", "description": "Capture BBB recording & export as a video", "scripts": { - "example": "node export.js \"https://BBB_HOST/playback/presentation/2.0/playback.html?meetingId=MEETING_ID\" meeting.webm 10 true" + "start": "node index.js" }, - "keywords": [ - "record", - "chrome", - "puppeteer", - "screencast" - ], "dependencies": { "puppeteer": "^2.1.1", - "xvfb": "^0.3.0", "ws": "^7.2.3" } } |
