UNPKG

@roamhq/beamcoder

Version:
60 lines (59 loc) 1.51 kB
{ "name": "@roamhq/beamcoder", "version": "0.8.4", "description": "Node.js native bindings to FFmpeg.", "main": "index.js", "types": "index.d.ts", "scripts": { "install": "echo Using prebuilt binary, use `npm run build` to compile locally", "prebuild": "node ./scripts/install_ffmpeg.js", "build": "node-gyp rebuild", "make-prebuilt": "node ./scripts/make_prebuilt.js", "test": "tape test/*.js", "lint": "eslint **/*.js", "lint-html": "eslint **/*.js -f html -o ./reports/lint-results.html", "lint-fix": "eslint --fix **/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/WonderInventions/beamcoder.git" }, "bugs": { "url": "https://github.com/WonderInventions/beamcoder/issues" }, "homepage": "https://github.com/WonderInventions/beamcoder#readme", "contributors": [ "Streampunk Media Ltd", "Jack Duvall <jack@ro.am>" ], "license": "GPL-3.0-or-later", "keywords": [ "FFmpeg", "libav", "video", "audio", "sound", "encode", "decode", "transcode", "N-API" ], "dependencies": {}, "devDependencies": { "eslint": "^8.9.0", "tape": "^5.5.2" }, "optionalDependencies": { "@roamhq/beamcoder-win32-x64": "0.8.1", "@roamhq/beamcoder-linux-x64": "0.8.0", "@roamhq/beamcoder-darwin-arm64": "0.8.3", "@roamhq/beamcoder-darwin-x64": "0.8.3" }, "files": [ "index.js", "index.d.ts", "bindings.js", "beamstreams.js", "types/" ] }