{ "name": "opencut", "packageManager": "bun@1.2.18", "workspaces": [ "apps/*", "packages/*" ], "scripts": { "build:tools": "turbo run build --filter=@opencut/tools", "build:wasm": "wasm-pack build rust/wasm --target bundler --out-dir pkg", "build:web": "turbo run build --filter=@opencut/web", "deploy:web": "turbo run deploy --filter=@opencut/web", "dev:tools": "turbo run dev --filter=@opencut/tools", "dev:wasm": "cargo watch -w rust/crates -w rust/wasm/src -s 'wasm-pack build rust/wasm --target bundler --out-dir pkg'", "dev:web": "turbo run dev --filter=@opencut/web", "format:web": "biome format apps/web/src/services/renderer --write --max-diagnostics=1000", "generate:fonts": "npx tsx apps/web/scripts/generate-font-sprites.ts", "lint:web": "biome lint apps/web/src --max-diagnostics=1000", "lint:web:fix": "biome lint apps/web/src --write --unsafe --max-diagnostics=1000", "preview:web": "turbo run preview --filter=@opencut/web", "publish:wasm": "bun run build:wasm && npm publish rust/wasm/pkg --access public", "start:tools": "turbo run start --filter=@opencut/tools", "test": "bun test" }, "dependencies": { "@biomejs/biome": "^2.4.8", "@types/react": "^19.2.10", "@types/react-dom": "^19.2.3", "better-auth": "^1.4.15", "next": "^16.1.3" }, "devDependencies": { "turbo": "^2.8.20", "typescript": "5.8.3" }, "trustedDependencies": [ "@tailwindcss/oxide" ] }