Files
smartffmpeg/package.json
2025-12-11 23:07:36 +00:00

46 lines
1.1 KiB
JSON

{
"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 --allowimplicitany)",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@git.zone/tsbuild": "^3.1.2",
"@git.zone/tsrun": "^2.0.0",
"@git.zone/tstest": "^3.1.3",
"@types/ffprobe-static": "^2.0.3",
"@types/node": "^25.0.0"
},
"dependencies": {
"@push.rocks/smartfs": "^1.2.0",
"@push.rocks/smartpath": "^6.0.0",
"@push.rocks/smartpromise": "^4.0.0",
"ffmpeg-static": "^5.3.0",
"ffprobe-static": "^3.1.0"
},
"files": [
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 1 chrome versions"
]
}