@remotion/motion-blur
Version:
Motion blur effect for Remotion
57 lines (56 loc) • 1.41 kB
JSON
{
"repository": {
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/motion-blur"
},
"name": "@remotion/motion-blur",
"version": "4.0.469",
"description": "Motion blur effect for 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",
"make": "tsgo -d && bun --env-file=../.env.bundle bundle.ts"
},
"author": "Matt McGillivray, Ilija Boshkov <ilija@codechem.com>, Jonny Burger <jonny@remotion.dev>",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/remotion-dev/remotion/issues"
},
"dependencies": {
"remotion": "4.0.469"
},
"peerDependencies": {
"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": "19.2.3",
"react-dom": "19.2.3",
"remotion": "4.0.469",
"@remotion/eslint-config-internal": "4.0.469",
"eslint": "9.19.0",
"@typescript/native-preview": "7.0.0-dev.20260217.1"
},
"keywords": [
"remotion",
"motion",
"blur"
],
"publishConfig": {
"access": "public"
},
"homepage": "https://www.remotion.dev/docs/motion-blur"
}