{ "repository": { "url": "https://github.com/remotion-dev/remotion/tree/main/packages/captions" }, "name": "@remotion/captions", "version": "4.0.469", "description": "Primitives for dealing with captions", "main": "dist/index.js", "bugs": { "url": "https://github.com/remotion-dev/remotion/issues" }, "scripts": { "formatting": "oxfmt src --check", "format": "oxfmt src", "lint": "eslint src", "test": "bun test src", "make": "tsgo -d" }, "author": "Jonny Burger ", "license": "MIT", "dependencies": {}, "peerDependencies": {}, "devDependencies": { "@remotion/eslint-config-internal": "workspace:*", "eslint": "catalog:", "@typescript/native-preview": "catalog:" }, "keywords": [ "remotion" ], "publishConfig": { "access": "public" }, "homepage": "https://remotion.dev/docs/captions/api" }