{
  "name": "composable",
  "version": "1.0.4",
  "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 <pemiolsi@hotmail.com>",
  "license": "ISC"
}
