{ "repository": { "url": "https://github.com/remotion-dev/remotion/tree/main/packages/animation-utils" }, "name": "@remotion/animation-utils", "author": { "name": "Chetan Karwa", "email": "cbkarwa@gmail.com" }, "version": "4.0.469", "description": "Helpers for animating CSS properties", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "scripts": { "formatting": "oxfmt src --check", "format": "oxfmt src", "lint": "eslint src", "make": "tsgo -d && bun --env-file=../.env.bundle bundle.ts", "test": "bun test src" }, "dependencies": { "remotion": "workspace:*" }, "files": [ "dist", "!dist/test" ], "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@remotion/eslint-config-internal": "workspace:*", "eslint": "catalog:", "@typescript/native-preview": "catalog:" }, "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "module": "./dist/esm/index.mjs", "import": "./dist/esm/index.mjs", "require": "./dist/index.js" } }, "publishConfig": { "access": "public" }, "keywords": [ "remotion", "animation-utils" ], "homepage": "https://www.remotion.dev/docs/animation-utils/" }