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.

16 lines 452 B
{ "compilerOptions": { "target": "ES2020", "module": "ESNext", "moduleResolution": "node", "esModuleInterop": true, "strict": true, "skipLibCheck": true, "resolveJsonModule": true, "outDir": "./dist", "types": ["node", "mocha", "chai"], "lib": ["dom", "es2015"] }, "include": ["src/**/*", "tests/**/*"], "exclude": ["node_modules", "dist"] }