nixos-configs/devices/nos/modules/subtitles/extract-subs/package.json
matt1432 8d04980e50
All checks were successful
Discord / discord commits (push) Has been skipped
feat(subs): separate mgmt of subs in scripts
2024-05-18 17:51:06 -04:00

14 lines
343 B
JSON

{
"devDependencies": {
"@stylistic/eslint-plugin": "^1.4.0",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"typescript": "^5.3.3"
},
"dependencies": {
"@types/fluent-ffmpeg": "^2.1.24",
"fluent-ffmpeg": "^2.1.2"
}
}