Transcriptor / package.json
CreatorKit
Initial commit: CreatorKit — plataforma para criadores
8661b79
Raw
History Blame Contribute Delete
520 Bytes
{
"name": "reel-transcriber",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js"
},
"engines": {
"node": ">=18"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@xenova/transformers": "^2.17.2",
"compression": "^1.8.1",
"express": "^5.2.1",
"ffmpeg-static": "^5.3.0",
"fluent-ffmpeg": "^2.1.3",
"helmet": "^8.2.0",
"multer": "^2.1.1",
"yt-dlp-wrap": "^2.3.12"
}
}