{
	"name": "@remotion/animated-emoji",
	"version": "4.0.440",
	"main": "dist/cjs/index.js",
	"types": "dist/cjs/index.d.ts",
	"module": "dist/esm/index.mjs",
	"sideEffects": false,
	"scripts": {
		"formatting": "oxfmt src --check",
		"format": "oxfmt src",
		"lint": "eslint src",
		"make": "tsgo -d && bun --env-file=../.env.bundle bundle.ts"
	},
	"exports": {
		"./package.json": "./package.json",
		".": {
			"types": "./dist/cjs/index.d.ts",
			"module": "./dist/esm/index.mjs",
			"import": "./dist/esm/index.mjs",
			"require": "./dist/cjs/index.js"
		}
	},
	"author": "Yehor Misiats (https://github.com/satelllte)",
	"maintainers": [
		"Jonny Burger <jonny@remotion.dev>"
	],
	"contributors": [],
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/remotion-dev/remotion/issues"
	},
	"dependencies": {
		"remotion": "workspace:*"
	},
	"keywords": [],
	"publishConfig": {
		"access": "public"
	},
	"repository": {
		"url": "https://github.com/remotion-dev/remotion/tree/main/packages/animated-emoji"
	},
	"homepage": "https://www.remotion.dev/docs/animated-emoji",
	"description": "Google Fonts Animated Emojis as Remotion components",
	"devDependencies": {
		"@remotion/eslint-config-internal": "workspace:*",
		"eslint": "catalog:",
		"@typescript/native-preview": "catalog:"
	}
}
