UNPKG

ffmpeg-stream

Version:

Node bindings to ffmpeg command, exposing stream based API

41 lines (40 loc) 964 B
{ "name": "ffmpeg-stream", "version": "1.0.1", "description": "Node bindings to ffmpeg command, exposing stream based API", "author": "phaux", "repository": "phaux/node-ffmpeg-stream", "license": "MIT", "type": "module", "keywords": [ "ffmpeg", "convert", "transcode", "media", "video" ], "main": "./lib/index.js", "exports": "./lib/index.js", "scripts": { "prepare": "tsc -p tsconfig.build.json", "test": "node --test --test-timeout 10000 --test-reporter spec --test-reporter-destination stdout --test-reporter lcov --test-reporter-destination lcov.info && tsc --noEmit" }, "files": [ "lib" ], "prettier": { "arrowParens": "avoid", "printWidth": 100, "semi": false }, "devDependencies": { "@types/debug": "^4.1.5", "@types/node": "^22.0.2", "file-type": "^20.0.1", "prettier": "^3.3.2", "typescript": "^5.5.3" }, "dependencies": { "debug": "^4.2.0" } }