{ "repository": { "url": "https://github.com/remotion-dev/remotion/tree/main/packages/rounded-text-box" }, "name": "@remotion/rounded-text-box", "version": "4.0.469", "description": "Create a TikTok-like multiline text box SVG path with rounded corners", "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" }, "exports": { "./package.json": "./package.json", ".": { "types": "./dist/cjs/index.d.ts", "require": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", "import": "./dist/esm/index.mjs" } }, "dependencies": { "@remotion/layout-utils": "workspace:*", "@remotion/paths": "workspace:*" }, "devDependencies": { "@remotion/eslint-config-internal": "workspace:*", "eslint": "catalog:", "@typescript/native-preview": "catalog:" }, "author": "Jonny Burger ", "maintainers": [ "Jonny Burger " ], "contributors": [], "license": "MIT", "bugs": { "url": "https://github.com/remotion-dev/remotion/issues" }, "keywords": [ "remotion", "svg" ], "publishConfig": { "access": "public" }, "homepage": "https://www.remotion.dev/docs/rounded-text-box" }