{ "repository": { "url": "https://github.com/remotion-dev/remotion/tree/main/packages/layout-utils" }, "name": "@remotion/layout-utils", "version": "4.0.469", "description": "Utilities for working with layouts", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", "module": "dist/esm/index.mjs", "scripts": { "formatting": "oxfmt src --check", "format": "oxfmt src", "lint": "eslint src", "make": "tsgo -d && bun --env-file=../.env.bundle bundle.ts", "testlayoututils": "vitest src/test --browser --run", "studio": "cd ../example && bunx remotion studio ../layout-utils/src/test/studio.ts --public-dir=../example-videos/videos", "remotion": "cd ../example && bunx remotion studio ../layout-utils/src/test/studio.ts --public-dir=../example-videos/videos" }, "exports": { "./package.json": "./package.json", ".": { "types": "./dist/cjs/index.d.ts", "module": "./dist/esm/index.mjs", "import": "./dist/esm/index.mjs", "require": "./dist/cjs/index.js" } }, "devDependencies": { "@remotion/eslint-config-internal": "workspace:*", "@vitejs/plugin-react": "catalog:", "@vitest/browser-playwright": "catalog:", "@typescript/native-preview": "catalog:", "eslint": "catalog:", "playwright": "catalog:", "react": "catalog:", "react-dom": "catalog:", "remotion": "workspace:*", "vitest": "catalog:" }, "author": "Yehor Misiats (https://github.com/satelllte)", "maintainers": [ "Jonny Burger ", "Yehor Misiats (https://github.com/satelllte)" ], "contributors": [], "license": "MIT", "bugs": { "url": "https://github.com/remotion-dev/remotion/issues" }, "keywords": [ "remotion", "layout-utils" ], "publishConfig": { "access": "public" }, "homepage": "https://www.remotion.dev/docs/layout-utils" }