Files
grant-outreach-engine/package.json
Croissant Le Doux 14200edb60 feat: scaffold outreach engine monorepo on the novelpad-desktop stack
Workspaces: config (copied), outreach-core (schema + actions/queries +
hard gates), outreach-ai (Gemini client + embeddings copies, profiler and
mission-fit-judge agent stubs), outreach-worker (DBOS executor with
nightly ingest + hourly expiry workflows), outreach-review (RR7 review
queue v0). Initial drizzle migration incl. pgvector extension.

Stack contract: Yarn 4.5.0 + Turbo, Node 22.16, Drizzle 0.44.6 +
pgvector, DBOS 4.17.6, @google/genai on Vertex, gemini-embedding-001
@1536, React Router v7. Files copied from novelpad-desktop carry
provenance headers @ 62c56b87.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-16 11:08:24 -04:00

33 lines
684 B
JSON

{
"name": "helmdocs-grant-outreach-engine",
"packageManager": "yarn@4.5.0",
"private": true,
"scripts": {
"dev": "turbo dev",
"build": "turbo build",
"test": "turbo test",
"typecheck": "turbo typecheck",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,yaml,yml}\""
},
"workspaces": {
"packages": [
"apps/*",
"packages/*"
]
},
"devDependencies": {
"prettier": "^3.6.2",
"prettier-plugin-organize-imports": "^4.3.0",
"turbo": "^2.1.2",
"typescript": "^5.9.3"
},
"resolutions": {
"drizzle-orm": "0.44.6",
"@types/pg": "8.20.0",
"pg": "8.20.0"
},
"volta": {
"node": "22.16.0"
}
}