{ "name": "@hyperframes/shader-transitions", "version": "0.7.55", "description": "WebGL shader transitions for HyperFrames compositions", "repository": { "type": "git", "url": "https://github.com/heygen-com/hyperframes", "directory": "packages/shader-transitions" }, "files": [ "dist" ], "type": "module", "main": "./src/index.ts", "types": "./src/index.ts", "exports": { ".": { "types": "./src/index.ts", "script": "./dist/index.global.js", "import": "./src/index.ts", "require": "./dist/index.cjs" } }, "publishConfig": { "access": "public", "exports": { ".": { "types": "./dist/index.d.ts", "script": "./dist/index.global.js", "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "main": "./dist/index.js", "types": "./dist/index.d.ts" }, "scripts": { "build": "tsup", "typecheck": "tsc --noEmit", "test": "vitest run --passWithNoTests" }, "dependencies": { "html2canvas": "^1.4.1" }, "devDependencies": { "tsup": "^8.0.0", "typescript": "^5.0.0", "vitest": "^3.2.4" } }