{ "repository": { "url": "https://github.com/remotion-dev/remotion/tree/main/packages/example-videos" }, "name": "@remotion/example-videos", "version": "4.0.469", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "formatting": "prettier src --check", "lint": "eslint src", "download-media": "bun download-cached-example-media.ts", "make": "tsgo -d && bun download-cached-example-media.ts" }, "author": "Jonny Burger", "license": "MIT", "bugs": { "url": "https://github.com/remotion-dev/remotion/issues" }, "dependencies": {}, "devDependencies": { "@remotion/eslint-config-internal": "workspace:*", "dotenv": "17.3.1", "eslint": "catalog:", "prettier": "catalog:", "@typescript/native-preview": "catalog:" }, "private": true }