@calipsa/video-utils
Version:
Video utilities
48 lines (47 loc) • 1.15 kB
JSON
{
"name": "@calipsa/video-utils",
"version": "3.1.0",
"description": "Video utilities",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jest --no-cache",
"test-cli": "ts-node test/getVideoSnapshots",
"lint": "eslint './src/**/*.ts'",
"build": "rm -rf dist && tsc",
"version": "npm run build",
"release": "np"
},
"repository": {
"type": "git",
"url": "https://github.com/calipsa/video-utils"
},
"keywords": [
"video",
"utils",
"ffmpeg"
],
"author": "Anton Veselev",
"license": "ISC",
"dependencies": {
"@calipsa/stream-utils": "^3.0.0",
"@types/fluent-ffmpeg": "^2.1.20",
"@types/lodash": "^4.14.178",
"@types/node": "^16.11.21",
"ffmpeg-stream": "^0.7.0",
"fluent-ffmpeg": "^2.1.2",
"is-stream": "^2.0.0",
"lodash": "^4.17.21",
"tmp-promise": "^3.0.3"
},
"devDependencies": {
"@calipsa/eslint-config-typescript": "^2.4.0",
"@types/jest": "^27.4.0",
"eslint": "^7.32.0",
"jest": "^27.4.7",
"np": "^7.6.0",
"ts-jest": "^27.1.3",
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
}
}