{ "repository": { "url": "https://github.com/remotion-dev/remotion/tree/main/packages/studio-shared" }, "name": "@remotion/studio-shared", "version": "4.0.469", "description": "Internal package for shared objects between the Studio backend and frontend", "main": "dist", "scripts": { "lint": "eslint src", "test": "bun test src", "formatting": "oxfmt src --check", "format": "oxfmt src", "make": "tsgo -d" }, "author": "Jonny Burger ", "contributors": [], "license": "MIT", "bugs": { "url": "https://github.com/remotion-dev/remotion/issues" }, "dependencies": { "remotion": "workspace:*" }, "devDependencies": { "@remotion/renderer": "workspace:*", "@remotion/eslint-config-internal": "workspace:*", "eslint": "catalog:", "@typescript/native-preview": "catalog:" }, "publishConfig": { "access": "public" }, "exports": { ".": "./dist/index.js", "./package.json": "./package.json" } }