Files
Eric Jungbauer 05aad75272 Phase 1: Forward Assist initial build
Multi-tenant AI help desk SaaS for the firearms industry.
Full monorepo: API (Express/Prisma), Worker (BullMQ), Frontend (React/Vite/Tailwind).
PostgreSQL 16 + pgvector, Redis 7, JWT auth, RLS tenant isolation.
Dark Armory theme with tactical branding throughout.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-20 01:45:22 +00:00

29 lines
636 B
JSON

{
"name": "@forward-assist/worker",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc",
"start": "node dist/index.js"
},
"dependencies": {
"@forward-assist/shared": "*",
"@prisma/client": "^6.5.0",
"bullmq": "^5.0.0",
"dotenv": "^16.4.0",
"ioredis": "^5.4.0",
"imapflow": "^1.0.160",
"mailparser": "^3.7.0",
"nodemailer": "^6.9.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/nodemailer": "^6.4.16",
"@types/node": "^22.0.0",
"@types/uuid": "^10.0.0",
"tsx": "^4.19.0",
"typescript": "^5.4.0"
}
}