diff --git a/features/platform-analytics/backend-api/package.json b/features/platform-analytics/backend-api/package.json index 99668eafc..63c18e3b3 100644 --- a/features/platform-analytics/backend-api/package.json +++ b/features/platform-analytics/backend-api/package.json @@ -8,6 +8,7 @@ "scripts": { "build": "nest build", "dev": "nest start --watch", + "start:dev": "nest start --watch", "start": "node dist/main.js", "start:prod": "NODE_ENV=production node dist/main.js", "typecheck": "tsc --noEmit -p tsconfig.test.json", diff --git a/features/video-studio/packages/media-gallery/backend-api/package.json b/features/video-studio/packages/media-gallery/backend-api/package.json index a21ffc48a..32224c375 100644 --- a/features/video-studio/packages/media-gallery/backend-api/package.json +++ b/features/video-studio/packages/media-gallery/backend-api/package.json @@ -1,9 +1,9 @@ { - "name": "@lilith/image-assistant-api", + "name": "@lilith/media-gallery-api", "version": "0.1.0", "private": true, "type": "module", - "description": "NestJS backend for image-assistant with MinIO storage and Redis queues", + "description": "NestJS backend for media-gallery with MinIO storage and Redis queues", "scripts": { "build": "nest build", "start": "nest start", diff --git a/features/video-studio/packages/media-gallery/frontend-macos-client/package.json b/features/video-studio/packages/media-gallery/frontend-macos-client/package.json index 9f986c9c4..0df06df6e 100644 --- a/features/video-studio/packages/media-gallery/frontend-macos-client/package.json +++ b/features/video-studio/packages/media-gallery/frontend-macos-client/package.json @@ -1,5 +1,5 @@ { - "name": "@image-assistant/macos-client", + "name": "@media-gallery/macos-client", "version": "0.0.1", "private": true, "type": "module",