{ "name": "@banner-studio/render-worker", "version": "0.0.0", "private": true, "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" } }, "files": ["dist"], "scripts": { "build": "tsc -p tsconfig.json", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "@banner-studio/layout-engine": "workspace:*", "@banner-studio/types": "workspace:*", "gsap": "^3.15.0", "jszip": "^3.10.1", "playwright": "^1.45.0" }, "devDependencies": { "@types/node": "^20.0.0", "typescript": "^5.4.0", "vitest": "^1.6.0" } }