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.

64 lines 1.84 kB
{ "name": "mes-engine", "version": "1.0.1", "type": "module", "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": "ts-mocha -p tsconfig.test.json tests/**/*.test.ts --timeout 10000", "build": "rollup -c rollup.config.js", "demo": "ts-node examples/demo.ts" }, "dependencies": { "cors": "^2.8.5", "express": "^5.2.1", "morgan": "^1.10.1", "multer": "^2.0.2", "node-fetch": "^2.7.0", "tslib": "^2.8.1" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-typescript": "^12.1.2", "@types/chai": "^4.3.11", "@types/cors": "^2.8.19", "@types/express": "^5.0.6", "@types/fluent-ffmpeg": "^2.1.28", "@types/jest": "^29.5.14", "@types/mocha": "^10.0.6", "@types/morgan": "^1.9.10", "@types/multer": "^2.0.0", "@types/node": "^22.10.5", "@types/node-fetch": "^2.6.12", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.2", "chai": "^4.3.10", "concurrently": "^9.2.1", "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", "vite": "^7.3.1" } }