Vendored Augani/openreel-video (MIT) into services/editor and wired it to the MAM. Editor runs as its own container on port 47435. Library assets pull in via ?asset=<uuid>; render exports route back via POST /api/v1/upload/simple. Sidebar Editor link on every page; Edit button on every preview modal. See services/editor/INTEGRATION.md for the patch map.
57 lines
1.6 KiB
JSON
57 lines
1.6 KiB
JSON
{
|
|
"name": "openreel",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Professional video, audio, and photo editing in your browser",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "pnpm --filter @openreel/web dev",
|
|
"build:wasm": "pnpm --filter @openreel/core build:wasm",
|
|
"build": "pnpm build:wasm && pnpm --filter @openreel/web build",
|
|
"preview": "pnpm --filter @openreel/web preview",
|
|
"deploy": "pnpm build && pnpm --filter @openreel/web deploy",
|
|
"deploy:preview": "pnpm build && pnpm --filter @openreel/web deploy:preview",
|
|
"test": "pnpm -r test:run",
|
|
"test:watch": "pnpm -r test",
|
|
"lint": "pnpm -r lint",
|
|
"typecheck": "pnpm -r typecheck",
|
|
"clean": "pnpm -r clean",
|
|
"claude:help": "cat scripts/claude-review.md",
|
|
"issues": "gh issue list --label needs-claude-review",
|
|
"prs": "gh pr list --label needs-claude-review"
|
|
},
|
|
"keywords": [
|
|
"video-editor",
|
|
"audio-editor",
|
|
"browser-based",
|
|
"webcodecs",
|
|
"webgpu",
|
|
"react",
|
|
"typescript",
|
|
"open-source",
|
|
"video-editing",
|
|
"timeline",
|
|
"color-grading",
|
|
"export"
|
|
],
|
|
"author": "Augustus Otu and Contributors",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Augani/openreel-video.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Augani/openreel-video/issues"
|
|
},
|
|
"homepage": "https://openreel.video",
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"pnpm": ">=8.0.0"
|
|
},
|
|
"packageManager": "pnpm@9.0.0",
|
|
"dependencies": {
|
|
"@ffmpeg/core": "0.12.6",
|
|
"@ffmpeg/core-mt": "0.12.6",
|
|
"mediabunny": "^1.25.3"
|
|
}
|
|
}
|