forked from mediamonks/display-ads-recorder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.25 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
43
44
45
46
47
48
{
"name": "@mediamonks/display-ads-recorder",
"version": "3.1.0",
"description": "Command line tool to record display ads and output these to separate formats like video and animated gif",
"bin": {
"display-ads-recorder": "./cli/displayAdsRecorder.js"
},
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"display advertising",
"banners",
"automation",
"puppeteer",
"ffmpeg"
],
"author": "Mirko van Willigenburg",
"license": "MIT",
"bugs": {
"url": "https://github.com/mediamonks/display-ads-recorder/issues"
},
"homepage": "https://github.com/mediamonks/display-ads-recorder#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/mediamonks/display-ads-recorder.git"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"chalk": "^4.1.2",
"cli-progress": "^3.11.2",
"commander": "^9.3.0",
"express": "^4.18.2",
"ffmpeg.js": "^4.2.9003",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^10.1.0",
"glob": "^8.0.3",
"inquirer": "^8.2.4",
"node-html-parser": "^5.3.3",
"puppeteer": "19.2.2",
"sharp": "^0.30.7",
"tmp": "^0.2.1"
}
}