Files
smartffmpeg/package.json
T

57 lines
1.4 KiB
JSON
Raw Normal View History

2025-12-11 23:03:14 +00:00
{
"name": "@push.rocks/smartffmpeg",
2025-12-11 23:07:36 +00:00
"version": "1.1.1",
2025-12-11 23:03:14 +00:00
"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",
2025-12-11 23:03:14 +00:00
"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",
2025-12-11 23:03:14 +00:00
"devDependencies": {
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrun": "^2.0.3",
"@git.zone/tstest": "^3.6.3",
2025-12-11 23:03:14 +00:00
"@types/ffprobe-static": "^2.0.3",
"@types/node": "^25.6.0"
2025-12-11 23:03:14 +00:00
},
"dependencies": {
"@push.rocks/smartfs": "^1.5.1",
2025-12-11 23:03:14 +00:00
"@push.rocks/smartpath": "^6.0.0",
"@push.rocks/smartpromise": "^4.2.3",
2025-12-11 23:03:14 +00:00
"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",
2025-12-11 23:03:14 +00:00
"npmextra.json",
"readme.md"
],
"browserslist": [
"last 1 chrome versions"
],
"packageManager": "pnpm@10.28.2"
2025-12-11 23:03:14 +00:00
}