{ "repository": { "url": "https://github.com/remotion-dev/remotion/tree/main/packages/studio-shared" }, "name": "@remotion/studio-shared", "version": "4.0.423", "description": "Internal package for shared objects between the Studio backend and frontend", "main": "dist", "sideEffects": false, "scripts": { "lint": "eslint src", "formatting": "prettier --experimental-cli src --check", "make": "tsc -d" }, "author": "Jonny Burger ", "contributors": [], "license": "MIT", "bugs": { "url": "https://github.com/remotion-dev/remotion/issues" }, "dependencies": { "remotion": "4.0.423" }, "devDependencies": { "@remotion/renderer": "4.0.423", "@remotion/eslint-config-internal": "4.0.423", "eslint": "9.19.0" }, "publishConfig": { "access": "public" }, "exports": { ".": "./dist/index.js", "./package.json": "./package.json" } }