{ "name": "@push.rocks/smartffmpeg", "version": "1.1.1", "private": false, "description": "A fast Node.js module for media file conversion using ffmpeg", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "author": "Task Venture Capital GmbH", "license": "MIT", "scripts": { "test": "(tstest test/ --verbose)", "build": "tsbuild --web", "buildDocs": "tsdoc" }, "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartffmpeg.git" }, "bugs": { "url": "https://code.foss.global/push.rocks/smartffmpeg/issues" }, "homepage": "https://code.foss.global/push.rocks/smartffmpeg", "devDependencies": { "@git.zone/tsbuild": "^4.4.0", "@git.zone/tsrun": "^2.0.3", "@git.zone/tstest": "^3.6.3", "@types/ffprobe-static": "^2.0.3", "@types/node": "^25.6.0" }, "dependencies": { "@push.rocks/smartfs": "^1.5.1", "@push.rocks/smartpath": "^6.0.0", "@push.rocks/smartpromise": "^4.2.3", "ffmpeg-static": "^5.3.0", "ffprobe-static": "^3.1.0" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", ".smartconfig.json", "license", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "packageManager": "pnpm@10.28.2" }