UNPKG

hls-transcoder

Version:

A tool to easily convert videos into HLS format

52 lines (51 loc) 1.44 kB
{ "name": "hls-transcoder", "version": "0.1.3", "description": "A tool to easily convert videos into HLS format", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "build": "tsc", "test": "node -r ts-node/register bin/test.ts", "prepare": "npm run build", "version": "npm run build && git add -A src lib", "postversion": "git push && git push --tags" }, "author": "Adam Katora <adamkatora@gmail.com> (https://github.com/akatora28)", "repository": { "type": "git", "url": "git+https://github.com/akatora28/hls-transcoder" }, "bugs": { "url": "https://github.com/akatora28/hls-transcoder/issues" }, "homepage": "https://github.com/akatora28/hls-transcoder#readme", "license": "ISC", "keywords": [ "FFMPEG", "HLS", "Transcoding", "Video", "VOD" ], "devDependencies": { "@ffmpeg-installer/ffmpeg": "^1.1.0", "@ffprobe-installer/ffprobe": "^1.4.1", "@japa/assert": "^1.3.4", "@japa/runner": "^2.0.8", "@japa/spec-reporter": "^1.1.12", "@types/command-exists": "^1.2.0", "@types/ffprobe": "^1.1.3", "@types/node": "^17.0.35", "@typescript-eslint/eslint-plugin": "^5.24.0", "@typescript-eslint/parser": "^5.24.0", "eslint": "^8.15.0", "prettier": "^2.6.2", "ts-node": "^10.7.0", "typescript": "^4.6.4" }, "dependencies": { "command-exists": "^1.2.9", "ffprobe": "^1.1.2" } }