{
	"repository": {
		"url": "https://github.com/remotion-dev/remotion/tree/main/packages/cloudrun"
	},
	"name": "@remotion/cloudrun",
	"version": "4.0.440",
	"description": "Render Remotion videos on Google Cloud Run",
	"main": "dist/index.js",
	"sideEffects": false,
	"scripts": {
		"make": "tsgo -d && cp src/shared/sa-permissions.json dist/shared/sa-permissions.json",
		"makeruntime": "bun build.ts",
		"lint": "eslint src",
		"test": "bun test src",
		"publish": "bun build.ts && cd container && ARTIFACT_REGISTRY_ENV=production node submit.mjs"
	},
	"dependencies": {
		"@google-cloud/artifact-registry": "3.5.1",
		"@google-cloud/functions-framework": "3.4.6",
		"@google-cloud/run": "1.5.1",
		"@google-cloud/storage": "7.15.2",
		"@google-cloud/resource-manager": "5.3.1",
		"@google-cloud/logging": "11.2.0",
		"@remotion/bundler": "workspace:*",
		"@remotion/cli": "workspace:*",
		"@remotion/renderer": "workspace:*",
		"google-auth-library": "8.7.0",
		"remotion": "workspace:*",
		"zod": "catalog:"
	},
	"devDependencies": {
		"@remotion/compositor-linux-x64-gnu": "workspace:*",
		"@types/minimist": "1.2.2",
		"@remotion/eslint-config-internal": "workspace:*",
		"eslint": "catalog:",
		"@types/node": "catalog:",
		"@typescript/native-preview": "catalog:"
	},
	"exports": {
		"./package.json": "./package.json",
		".": "./dist/index.js",
		"./defaults": "./dist/defaults.js",
		"./regions": "./dist/regions.js",
		"./client": "./dist/client.js",
		"./permissions.json": "./dist/shared/sa-permissions.json"
	},
	"typesVersions": {
		">=1.0": {
			"defaults": [
				"dist/defaults.d.ts"
			],
			"regions": [
				"dist/regions.d.ts"
			],
			"client": [
				"dist/client.d.ts"
			]
		}
	},
	"homepage": "https://www.remotion.dev/docs/cloudrun"
}
