{
	"repository": {
		"url": "https://github.com/remotion-dev/remotion/tree/main/packages/rive"
	},
	"name": "@remotion/rive",
	"version": "4.0.440",
	"description": "Embed Rive animations in a Remotion video",
	"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"
	},
	"bugs": {
		"url": "https://github.com/remotion-dev/remotion/issues"
	},
	"keywords": [],
	"author": "Caleb Ojo, Jonny Burger",
	"license": "See LICENSE.md",
	"dependencies": {
		"@rive-app/canvas-advanced": "2.31.5",
		"remotion": "workspace:*"
	},
	"peerDependencies": {
		"react": ">=18.2.0",
		"react-dom": ">=18.2.0"
	},
	"devDependencies": {
		"react": "catalog:",
		"react-dom": "catalog:",
		"@remotion/eslint-config-internal": "workspace:*",
		"eslint": "catalog:",
		"@typescript/native-preview": "catalog:"
	},
	"publishConfig": {
		"access": "public"
	},
	"homepage": "https://www.remotion.dev/docs/rive"
}
