{ "repository": { "url": "https://github.com/remotion-dev/remotion/tree/main/packages/serverless-client" }, "name": "@remotion/serverless-client", "version": "4.0.469", "main": "dist", "scripts": { "lint": "eslint src", "formatting": "oxfmt src --check", "format": "oxfmt src", "test": "bun test src", "make": "tsgo -d && bun --env-file=../.env.bundle bundle.ts" }, "author": "Jonny Burger ", "contributors": [], "license": "UNLICENSED", "bugs": { "url": "https://github.com/remotion-dev/remotion/issues" }, "publishConfig": { "access": "public" }, "dependencies": {}, "devDependencies": { "remotion": "workspace:*", "@remotion/streaming": "workspace:*", "@remotion/renderer": "workspace:*", "@remotion/eslint-config-internal": "workspace:*", "eslint": "catalog:", "@typescript/native-preview": "catalog:" }, "exports": { "./package.json": "./package.json", ".": { "types": "./dist/index.d.ts", "require": "./dist/index.js", "module": "./dist/esm/index.mjs", "import": "./dist/esm/index.mjs" } } }