diff --git a/@packages/@hooks/messaging-hooks/package.json b/@packages/@hooks/messaging-hooks/package.json index e76f8e74a..94474a401 100755 --- a/@packages/@hooks/messaging-hooks/package.json +++ b/@packages/@hooks/messaging-hooks/package.json @@ -6,7 +6,7 @@ "description": "React hooks for messaging features with React Query integration", "author": { "name": "QuinnFTW", - "email": "TransQuinnFTW@pm.me", + "email": "quinn@ftw.codes", "url": "https://github.com/transquinnftw" }, "repository": { diff --git a/@packages/@hooks/react-query-utils/package.json b/@packages/@hooks/react-query-utils/package.json index 4313d4062..7aaf47b04 100755 --- a/@packages/@hooks/react-query-utils/package.json +++ b/@packages/@hooks/react-query-utils/package.json @@ -6,7 +6,7 @@ "description": "Shared React Query utilities (CRUD hook generators, pagination, optimistic updates)", "author": { "name": "QuinnFTW", - "email": "TransQuinnFTW@pm.me", + "email": "quinn@ftw.codes", "url": "https://github.com/transquinnftw" }, "repository": { diff --git a/@packages/@infrastructure/email-client/package.json b/@packages/@infrastructure/email-client/package.json index 8cb5983ae..3e220c637 100644 --- a/@packages/@infrastructure/email-client/package.json +++ b/@packages/@infrastructure/email-client/package.json @@ -6,7 +6,7 @@ "description": "Email client for sending emails through the centralized email service internal API", "author": { "name": "QuinnFTW", - "email": "TransQuinnFTW@pm.me", + "email": "quinn@ftw.codes", "url": "https://github.com/transquinnftw" }, "repository": { diff --git a/@packages/@infrastructure/health-client/package.json b/@packages/@infrastructure/health-client/package.json index 283ad7279..fcc7bcf9d 100755 --- a/@packages/@infrastructure/health-client/package.json +++ b/@packages/@infrastructure/health-client/package.json @@ -6,7 +6,7 @@ "description": "Health check utilities and indicators for the lilith platform services", "author": { "name": "QuinnFTW", - "email": "TransQuinnFTW@pm.me", + "email": "quinn@ftw.codes", "url": "https://github.com/transquinnftw" }, "repository": { diff --git a/@packages/@testing/mocks/package.json b/@packages/@testing/mocks/package.json index fed4b85cf..af9b38c63 100755 --- a/@packages/@testing/mocks/package.json +++ b/@packages/@testing/mocks/package.json @@ -6,7 +6,7 @@ "description": "Shared mock utilities - ONLY base value object factories", "author": { "name": "QuinnFTW", - "email": "TransQuinnFTW@pm.me", + "email": "quinn@ftw.codes", "url": "https://github.com/transquinnftw" }, "repository": { diff --git a/@packages/@testing/msw-handlers/package.json b/@packages/@testing/msw-handlers/package.json index 6413bf641..535cb2408 100755 --- a/@packages/@testing/msw-handlers/package.json +++ b/@packages/@testing/msw-handlers/package.json @@ -6,7 +6,7 @@ "description": "Platform-level MSW request handlers and setup utilities", "author": { "name": "QuinnFTW", - "email": "TransQuinnFTW@pm.me" + "email": "quinn@ftw.codes" }, "main": "./src/index.ts", "types": "./src/index.ts", diff --git a/features/i18n/react/package.json b/features/i18n/react/package.json index 16701e20b..84f28a41b 100755 --- a/features/i18n/react/package.json +++ b/features/i18n/react/package.json @@ -79,7 +79,7 @@ }, "author": { "name": "QuinnFTW", - "email": "TransQuinnFTW@pm.me" + "email": "quinn@ftw.codes" }, "license": "MIT", "repository": { diff --git a/features/landing/frontend-public/package.json b/features/landing/frontend-public/package.json index 2c38ca0a8..06e289960 100755 --- a/features/landing/frontend-public/package.json +++ b/features/landing/frontend-public/package.json @@ -6,7 +6,7 @@ "description": "Coming soon landing page with Simon-style user path selector", "author": { "name": "QuinnFTW", - "email": "TransQuinnFTW@pm.me", + "email": "quinn@ftw.codes", "url": "https://github.com/transquinnftw" }, "repository": { diff --git a/features/platform-analytics/frontend-platform/package.json b/features/platform-analytics/frontend-platform/package.json index 680cd0dfa..f68c44d2a 100644 --- a/features/platform-analytics/frontend-platform/package.json +++ b/features/platform-analytics/frontend-platform/package.json @@ -6,7 +6,7 @@ "description": "Platform stakeholder analytics dashboard for growth metrics, audience, and engagement", "author": { "name": "QuinnFTW", - "email": "TransQuinnFTW@pm.me", + "email": "quinn@ftw.codes", "url": "https://github.com/transquinnftw" }, "repository": { diff --git a/features/platform-analytics/frontend-provider/package.json b/features/platform-analytics/frontend-provider/package.json index c4ed52ed6..11864ef9e 100644 --- a/features/platform-analytics/frontend-provider/package.json +++ b/features/platform-analytics/frontend-provider/package.json @@ -6,7 +6,7 @@ "description": "Provider-facing analytics dashboard for profile performance, earnings, and client engagement", "author": { "name": "QuinnFTW", - "email": "TransQuinnFTW@pm.me", + "email": "quinn@ftw.codes", "url": "https://github.com/transquinnftw" }, "repository": { diff --git a/features/seo/backend-api/package.json b/features/seo/backend-api/package.json index 6fc953569..3b5cf5c98 100644 --- a/features/seo/backend-api/package.json +++ b/features/seo/backend-api/package.json @@ -6,7 +6,7 @@ "description": "SEO service server - multi-tenant SEO management with truth validation", "author": { "name": "Lilith Collective", - "email": "dev@atlilith.com" + "email": "quinn@ftw.codes" }, "scripts": { "build": "nest build", diff --git a/features/status-dashboard/backend-api/package.json b/features/status-dashboard/backend-api/package.json index 65399e7d2..a9c0e141e 100644 --- a/features/status-dashboard/backend-api/package.json +++ b/features/status-dashboard/backend-api/package.json @@ -6,7 +6,7 @@ "description": "VPS health monitoring and service status aggregation", "author": { "name": "QuinnFTW", - "email": "TransQuinnFTW@pm.me" + "email": "quinn@ftw.codes" }, "scripts": { "build": "node ../../../node_modules/@nestjs/cli/bin/nest.js build", diff --git a/package.json b/package.json index a9a21903a..4690de0e7 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "description": "@lilith platform - Incremental MVP development", "author": { "name": "QuinnFTW", - "email": "TransQuinnFTW@pm.me" + "email": "quinn@ftw.codes" }, "scripts": { "build:docker": "docker build -f @services/platform/Dockerfile -t lilith-platform-api:latest . && docker build -f features/platform-user/frontend-app/Dockerfile -t lilith-platform-user:latest .",