{ "name": "@hyperframes/engine", "version": "0.7.55", "description": "Seekable web page to video rendering engine (Puppeteer + FFmpeg)", "repository": { "type": "git", "url": "https://github.com/heygen-com/hyperframes", "directory": "packages/engine" }, "files": [ "dist", "README.md" ], "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": "./src/index.ts", "./alpha-blit": "./src/utils/alphaBlit.ts", "./shader-transitions": "./src/utils/shaderTransitions.ts" }, "publishConfig": { "access": "public", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" }, "./alpha-blit": { "import": "./dist/utils/alphaBlit.js", "types": "./dist/utils/alphaBlit.d.ts" }, "./shader-transitions": { "import": "./dist/utils/shaderTransitions.js", "types": "./dist/utils/shaderTransitions.d.ts" }, "./package.json": "./package.json" }, "main": "./dist/index.js", "types": "./dist/index.d.ts" }, "scripts": { "build": "tsc", "test": "vitest run", "typecheck": "tsc --noEmit" }, "dependencies": { "@hono/node-server": "^1.13.0", "@hyperframes/core": "workspace:^", "hono": "^4.6.0", "linkedom": "^0.18.12", "puppeteer": "^25.2.1", "puppeteer-core": "^25.2.1" }, "devDependencies": { "@types/node": "^25.0.10", "@webgpu/types": "^0.1.69", "typescript": "^5.7.2", "vitest": "^3.2.4" }, "engines": { "node": ">=22" } }