UNPKG

mes-engine

Version:

A powerful and flexible video processing framework for Node.js with support for multiple processing engines, adaptive streaming, and intelligent caching.

49 lines (48 loc) 1.29 kB
{ "name": "mes-engine", "version": "0.0.3", "description": "A powerful and flexible video processing framework for Node.js with support for multiple processing engines, adaptive streaming, and intelligent caching.", "keywords": [ "mes", "mes-engine", "video", "processing", "video-framework", "framework" ], "repository": { "type": "git", "url": "git+" }, "license": "MIT", "author": "Bumho Nisubire", "main": "dist/index.js", "scripts": { "test": "mocha -r ts-node/register 'tests/**/*.test.ts' --timeout 10000", "build": "rollup -c rollup.config.js" }, "dependencies": { "@types/node-fetch": "^2.6.12", "mes-engine": "file:", "node-fetch": "^3.3.2", "tslib": "^2.8.1" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-typescript": "^12.1.2", "@types/chai": "^4.3.11", "@types/jest": "^29.5.14", "@types/mocha": "^10.0.6", "@types/node": "^22.10.5", "chai": "^4.3.10", "jest": "^29.7.0", "mocha": "^10.8.2", "rollup": "^4.30.1", "rollup-plugin-peer-deps-external": "^2.2.4", "ts-jest": "^29.2.5", "ts-mocha": "^10.0.0", "ts-node": "^10.9.2", "typescript": "^5.3.3" } }