{
	"name": "remotion",
	"version": "3.0.9",
	"description": "Render videos in React",
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"sideEffects": false,
	"scripts": {
		"lint": "eslint src --ext ts,tsx",
		"test": "jest --coverage && node generate-badges.js",
		"build": "tsc -d",
		"watch": "tsc -w",
		"prerelease": "cp ../../README.md ."
	},
	"repository": {
		"url": "https://github.com/remotion-dev/remotion"
	},
	"bugs": {
		"url": "https://github.com/remotion-dev/remotion/issues"
	},
	"author": "",
	"license": "SEE LICENSE IN LICENSE.md",
	"peerDependencies": {
		"react": ">=16.8.0",
		"react-dom": ">=16.8.0"
	},
	"devDependencies": {
		"@jonny/eslint-config": "3.0.259",
		"@testing-library/react": "13.1.1",
		"@types/jest": "^27.4.0",
		"@types/node": "^16.7.5",
		"@types/react": "18.0.1",
		"@types/react-dom": "18.0.0",
		"@types/webpack-env": "^1.16.0",
		"eslint": "8.13.0",
		"jest": "^27.2.4",
		"prettier": "^2.0.5",
		"prettier-plugin-organize-imports": "^2.3.4",
		"react": "^18.0.0",
		"react-dom": "^18.0.0",
		"react-test-renderer": "^18.0.0",
		"rimraf": "^3.0.2",
		"ts-jest": "^27.0.5",
		"typescript": "^4.5.5",
		"webpack": "5.72.0"
	},
	"keywords": [
		"remotion",
		"ffmpeg",
		"video",
		"react",
		"puppeteer",
		"player"
	],
	"publishConfig": {
		"access": "public"
	},
	"gitHead": "46fcf0f5b12f2ba861eac423a2891ef38242ceeb"
}
