fancy-video-duration
Version:
NodeJS library to get video duration from buffer
37 lines (36 loc) • 857 B
JSON
{
"name": "fancy-video-duration",
"version": "1.0.7",
"description": "NodeJS library to get video duration from buffer",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Alejandrehl/fancy-video-duration.git"
},
"keywords": [
"nodejs",
"video-duration",
"fancy-video-duration",
"buffer",
"video",
"javascript",
"typescript",
"js",
"ts",
"node",
"get-video-duration",
"duration"
],
"author": "Alejandro Exequiel Hernández Lara",
"license": "ISC",
"bugs": {
"url": "https://github.com/Alejandrehl/fancy-video-duration/issues"
},
"homepage": "https://github.com/Alejandrehl/fancy-video-duration#readme",
"devDependencies": {
"@types/node": "^17.0.21"
}
}