{
	"repository": {
		"url": "https://github.com/remotion-dev/remotion/tree/main/packages/studio-shared"
	},
	"name": "@remotion/studio-shared",
	"version": "4.0.440",
	"description": "Internal package for shared objects between the Studio backend and frontend",
	"main": "dist",
	"sideEffects": false,
	"scripts": {
		"lint": "eslint src",
		"formatting": "oxfmt src --check",
		"format": "oxfmt src",
		"make": "tsgo -d"
	},
	"author": "Jonny Burger <jonny@remotion.dev>",
	"contributors": [],
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/remotion-dev/remotion/issues"
	},
	"dependencies": {
		"remotion": "workspace:*"
	},
	"devDependencies": {
		"@remotion/renderer": "workspace:*",
		"@remotion/eslint-config-internal": "workspace:*",
		"eslint": "catalog:",
		"@typescript/native-preview": "catalog:"
	},
	"publishConfig": {
		"access": "public"
	},
	"exports": {
		".": "./dist/index.js",
		"./package.json": "./package.json"
	}
}
