{ "repository": { "url": "https://github.com/remotion-dev/remotion/tree/main/packages/fonts" }, "name": "@remotion/fonts", "version": "4.0.469", "description": "Helpers for loading local fonts into Remotion", "main": "dist/cjs/index.js", "types": "dist/cjs/index.d.ts", "module": "dist/esm/index.mjs", "scripts": { "formatting": "oxfmt src --check", "format": "oxfmt src", "lint": "eslint src", "make": "tsgo -d && bun --env-file=../.env.bundle bundle.ts" }, "keywords": [ "remotion", "fonts" ], "author": "Lucas Benya ", "license": "MIT", "bugs": { "url": "https://github.com/remotion-dev/remotion/issues" }, "dependencies": { "remotion": "workspace:*" }, "devDependencies": { "@remotion/eslint-config-internal": "workspace:*", "eslint": "catalog:", "@typescript/native-preview": "catalog:" }, "publishConfig": { "access": "public" }, "homepage": "https://www.remotion.dev/docs/fonts-api" }