diff --git a/packages/2d/package.json b/packages/2d/package.json index a9d224ddd..c7b88288a 100644 --- a/packages/2d/package.json +++ b/packages/2d/package.json @@ -4,7 +4,7 @@ "description": "A 2D renderer for revideo", "author": "revideo", "homepage": "https://re.video/", - "bugs": "https://github.com/havenhq/revideo/issues", + "bugs": "https://github.com/midrender/revideo/issues", "license": "MIT", "main": "lib/index.js", "types": "./lib/index.d.ts", @@ -19,7 +19,7 @@ "sideEffects": false, "repository": { "type": "git", - "url": "git+https://github.com/havenhq/revideo.git" + "url": "git+https://github.com/midrender/revideo.git" }, "files": [ "lib", diff --git a/packages/cli/package.json b/packages/cli/package.json index 7357aac09..9c22eade0 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -5,8 +5,13 @@ "main": "dist/index.js", "author": "revideo", "homepage": "https://re.video/", - "bugs": "https://github.com/havenhq/revideo/issues", + "bugs": "https://github.com/midrender/revideo/issues", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/midrender/revideo.git", + "directory": "packages/cli" + }, "scripts": { "build": "tsc", "start": "node dist/index.js", diff --git a/packages/core/package.json b/packages/core/package.json index 6bfafe26e..881fc23fa 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -5,7 +5,7 @@ "main": "lib/index.js", "author": "revideo", "homepage": "https://re.video/", - "bugs": "https://github.com/havenhq/revideo/issues", + "bugs": "https://github.com/midrender/revideo/issues", "license": "MIT", "scripts": { "dev": "tsc -p tsconfig.build.json -w", @@ -16,7 +16,7 @@ "sideEffects": false, "repository": { "type": "git", - "url": "https://github.com/havenhq/revideo.git" + "url": "https://github.com/midrender/revideo.git" }, "files": [ "lib", diff --git a/packages/create/package.json b/packages/create/package.json index 02298f57b..2f8f4dc00 100644 --- a/packages/create/package.json +++ b/packages/create/package.json @@ -5,7 +5,7 @@ "main": "index.js", "author": "revideo", "homepage": "https://re.video/", - "bugs": "https://github.com/havenhq/revideo/issues", + "bugs": "https://github.com/midrender/revideo/issues", "license": "MIT", "type": "module", "bin": { @@ -17,7 +17,7 @@ ], "repository": { "type": "git", - "url": "https://github.com/havenhq/revideo.git" + "url": "https://github.com/midrender/revideo.git" }, "devDependencies": { "@revideo/2d": "0.10.4", diff --git a/packages/ffmpeg/package.json b/packages/ffmpeg/package.json index 5fcb91a24..355b4b828 100644 --- a/packages/ffmpeg/package.json +++ b/packages/ffmpeg/package.json @@ -5,8 +5,13 @@ "main": "dist/index.js", "author": "revideo", "homepage": "https://re.video/", - "bugs": "https://github.com/havenhq/revideo/issues", + "bugs": "https://github.com/midrender/revideo/issues", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/midrender/revideo.git", + "directory": "packages/ffmpeg" + }, "scripts": { "build": "tsc" }, diff --git a/packages/player-react/package.json b/packages/player-react/package.json index e85f85a02..3102b68fe 100644 --- a/packages/player-react/package.json +++ b/packages/player-react/package.json @@ -12,6 +12,11 @@ "keywords": [], "author": "revideo", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/midrender/revideo.git", + "directory": "packages/player-react" + }, "devDependencies": { "@tailwindcss/postcss": "^4.3.2", "@types/react": "^19", diff --git a/packages/player/package.json b/packages/player/package.json index 17605c384..edaa853e2 100644 --- a/packages/player/package.json +++ b/packages/player/package.json @@ -6,7 +6,7 @@ "types": "types/main.d.ts", "author": "revideo", "homepage": "https://re.video/", - "bugs": "https://github.com/havenhq/revideo/issues", + "bugs": "https://github.com/midrender/revideo/issues", "license": "MIT", "type": "module", "scripts": { @@ -15,7 +15,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/havenhq/revideo.git" + "url": "https://github.com/midrender/revideo.git" }, "files": [ "dist", diff --git a/packages/renderer/package.json b/packages/renderer/package.json index c4ed62e85..f7494bf03 100644 --- a/packages/renderer/package.json +++ b/packages/renderer/package.json @@ -5,8 +5,13 @@ "main": "lib/server/index.js", "author": "revideo", "homepage": "https://re.video/", - "bugs": "https://github.com/havenhq/revideo/issues", + "bugs": "https://github.com/midrender/revideo/issues", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/midrender/revideo.git", + "directory": "packages/renderer" + }, "scripts": { "build": "npm run client:build && npm run server:build", "postbuild": "ncp renderer.html lib/renderer.html", diff --git a/packages/telemetry/package.json b/packages/telemetry/package.json index a82b14909..17828d5b7 100644 --- a/packages/telemetry/package.json +++ b/packages/telemetry/package.json @@ -5,7 +5,7 @@ "main": "dist/index.js", "author": "revideo", "homepage": "https://re.video/", - "bugs": "https://github.com/havenhq/revideo/issues", + "bugs": "https://github.com/midrender/revideo/issues", "license": "MIT", "scripts": { "dev": "tsc -w", @@ -14,7 +14,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/havenhq/revideo.git" + "url": "git+https://github.com/midrender/revideo.git" }, "files": [ "dist", diff --git a/packages/ui/package.json b/packages/ui/package.json index 045969a7a..9264032e2 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -6,7 +6,7 @@ "types": "dist/main.d.ts", "author": "revideo", "homepage": "https://re.video/", - "bugs": "https://github.com/havenhq/revideo/issues", + "bugs": "https://github.com/midrender/revideo/issues", "license": "MIT", "type": "module", "scripts": { @@ -18,7 +18,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/havenhq/revideo.git" + "url": "https://github.com/midrender/revideo.git" }, "files": [ "dist", diff --git a/packages/vite-plugin/package.json b/packages/vite-plugin/package.json index df2291b48..b65274fc5 100644 --- a/packages/vite-plugin/package.json +++ b/packages/vite-plugin/package.json @@ -5,7 +5,7 @@ "main": "lib/index.js", "author": "revideo", "homepage": "https://re.video/", - "bugs": "https://github.com/havenhq/revideo/issues", + "bugs": "https://github.com/midrender/revideo/issues", "license": "MIT", "scripts": { "dev": "tsc -w", @@ -13,7 +13,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/havenhq/revideo.git" + "url": "git+https://github.com/midrender/revideo.git" }, "files": [ "lib"