video-thumbnails
Version:
Get thumbnail images from any public video URL.
42 lines (41 loc) • 1.03 kB
JSON
{
"name": "video-thumbnails",
"version": "1.0.3",
"scripts": {
"dev": "ts-node .playground/index.ts",
"build": "tsc",
"prepublish": "tsc",
"release": "npm run prepublish && npm publish && git push --follow-tags"
},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "1.1.0",
"@ffprobe-installer/ffprobe": "1.4.1",
"@types/fluent-ffmpeg": "2.1.21",
"fluent-ffmpeg": "2.1.2"
},
"devDependencies": {
"@types/node": "20.2.5",
"ts-node": "10.9.1",
"typescript": "5.1.3"
},
"files": [
"dist/"
],
"description": "Get thumbnail images from any public video URL. ",
"repository": {
"type": "git",
"url": "git+https://github.com/timb-103/video-thumbnails.git"
},
"keywords": [
"video",
"thumbnails"
],
"author": "Tim B",
"license": "ISC",
"bugs": {
"url": "https://github.com/timb-103/video-thumbnails/issues"
},
"homepage": "https://github.com/timb-103/video-thumbnails#readme"
}