{
	"repository": {
		"url": "https://github.com/remotion-dev/remotion/tree/main/packages/cli"
	},
	"name": "@remotion/cli",
	"version": "4.0.440",
	"description": "Control Remotion features using the `npx remotion` command",
	"main": "dist/index.js",
	"sideEffects": false,
	"bin": {
		"remotion": "remotion-cli.js",
		"remotionb": "remotionb-cli.js",
		"remotiond": "remotiond-cli.js"
	},
	"scripts": {
		"formatting": "oxfmt src --check",
		"format": "oxfmt src",
		"lint": "eslint src",
		"test": "bun test src",
		"make": "tsgo -d"
	},
	"bugs": {
		"url": "https://github.com/remotion-dev/remotion/issues"
	},
	"exports": {
		".": "./dist/index.js",
		"./config": "./dist/config/index.js",
		"./package.json": "./package.json"
	},
	"typesVersions": {
		">=1.0": {
			"config": [
				"dist/config/index.d.ts"
			]
		}
	},
	"author": "Jonny Burger <jonny@remotion.dev>",
	"license": "SEE LICENSE IN LICENSE.md",
	"dependencies": {
		"@remotion/bundler": "workspace:*",
		"@remotion/media-utils": "workspace:*",
		"@remotion/player": "workspace:*",
		"@remotion/renderer": "workspace:*",
		"@remotion/studio-shared": "workspace:*",
		"@remotion/studio-server": "workspace:*",
		"@remotion/studio": "workspace:*",
		"dotenv": "17.3.1",
		"minimist": "1.2.6",
		"prompts": "2.4.2",
		"remotion": "workspace:*"
	},
	"peerDependencies": {
		"react": ">=16.8.0",
		"react-dom": ">=16.8.0"
	},
	"devDependencies": {
		"@types/minimist": "^1.2.2",
		"@types/prompts": "^2.4.1",
		"@types/prettier": "^2.7.2",
		"@types/node": "catalog:",
		"@remotion/zod-types": "workspace:*",
		"@remotion/tailwind-v4": "workspace:*",
		"@remotion/enable-scss": "workspace:*",
		"@remotion/skia": "workspace:*",
		"react": "catalog:",
		"react-dom": "catalog:",
		"zod": "catalog:",
		"@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/cli"
}
