{ "repository": { "url": "https://github.com/remotion-dev/remotion/tree/main/packages/streaming" }, "name": "@remotion/streaming", "version": "4.0.423", "description": "Utilities for streaming data between programs", "main": "dist", "sideEffects": false, "scripts": { "lint": "eslint src", "formatting": "prettier --experimental-cli src --check", "make": "tsc -d && bun --env-file=../.env.bundle bundle.ts" }, "author": "Jonny Burger ", "contributors": [], "license": "MIT", "bugs": { "url": "https://github.com/remotion-dev/remotion/issues" }, "publishConfig": { "access": "public" }, "devDependencies": { "@remotion/eslint-config-internal": "4.0.423", "eslint": "9.19.0" }, "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "require": "./dist/index.js", "module": "./dist/esm/index.mjs", "import": "./dist/esm/index.mjs" } } }