-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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
{
"name": "composable",
"version": "1.0.3",
"description": "Easily compose complex and reusable ffmpeg filters using JavaScript functions and generate the command string on the fly",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"repository": "pedromsilvapt/composable",
"dependencies": {
"data-async-iterators": "^1.4.4",
"data-semaphore": "^0.3.9",
"data-unit": "^0.1.0",
"jsesc": "^2.5.1",
"parse-spawn-args": "^1.0.2",
"shell-escape": "^0.2.0"
},
"devDependencies": {
"@types/cheerio": "^0.22.17",
"@types/mz": "^2.7.0",
"@types/node": "^13.9.3",
"@types/object-hash": "^1.3.1",
"axios": "^0.19.2",
"cheerio": "^1.0.0-rc.3",
"extract": "^1.0.0",
"glob": "^7.1.6",
"glob-promise": "^3.4.0",
"jiff": "^0.7.3",
"mz": "^2.7.0",
"object-hash": "^2.0.3",
"typescript": "^3.8.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ffmpeg",
"video",
"filters",
"functional",
"composition"
],
"author": "Pedro M. Silva <[email protected]>",
"license": "ISC"
}