{
	"repository": {
		"url": "https://github.com/remotion-dev/remotion/tree/main/packages/eslint-config"
	},
	"name": "@remotion/eslint-config",
	"version": "4.0.440",
	"description": "Default configuration for Remotion templates (ESLint <= 8)",
	"main": "dist/index.js",
	"files": [
		"dist"
	],
	"scripts": {
		"lint": "eslint src",
		"formatting": "oxfmt src --check",
		"format": "oxfmt src",
		"make": "tsgo -d"
	},
	"bugs": {
		"url": "https://github.com/remotion-dev/remotion/issues"
	},
	"author": "Jonny Burger <jonny@remotion.dev>",
	"license": "ISC",
	"dependencies": {},
	"peerDependencies": {
		"eslint": ">=7.15.0"
	},
	"devDependencies": {
		"@remotion/eslint-plugin": "workspace:*",
		"@typescript-eslint/eslint-plugin": "6.21.0",
		"@typescript-eslint/parser": "6.21.0",
		"eslint-plugin-react": "7.37.4",
		"eslint-plugin-react-hooks": "4.6.0",
		"@remotion/eslint-config-internal": "workspace:*",
		"eslint": "catalog:",
		"@typescript/native-preview": "catalog:"
	},
	"keywords": [
		"remotion",
		"ffmpeg",
		"video",
		"react",
		"player"
	],
	"publishConfig": {
		"access": "public"
	},
	"homepage": "https://www.remotion.dev/docs/brownfield#install-the-eslint-plugin"
}
