{ "repository": { "url": "https://github.com/remotion-dev/remotion/tree/main/packages/lottie" }, "name": "@remotion/lottie", "version": "4.0.469", "description": "Include Lottie animations in Remotion", "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", "test": "bun test src", "make": "tsgo -d && bun --env-file=../.env.bundle bundle.ts" }, "bugs": { "url": "https://github.com/remotion-dev/remotion/issues" }, "author": "Arthur Denner ", "maintainers": [ "Jonny Burger ", "Arthur Denner " ], "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "remotion": "workspace:*" }, "peerDependencies": { "lottie-web": "^5", "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "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": { "react": "catalog:", "react-dom": "catalog:", "lottie-web": "5.13.0", "@remotion/eslint-config-internal": "workspace:*", "eslint": "catalog:", "@typescript/native-preview": "catalog:" }, "keywords": [ "remotion", "ffmpeg", "video", "react", "lottie", "player" ], "publishConfig": { "access": "public" }, "homepage": "https://www.remotion.dev/docs/lottie" }