package.json•1.28 kB
{
  "name": "multimodal",
  "version": "1.0.0",
  "description": "",
  "main": "lib/index.js",
  "scripts": {
    "start": "node lib/index.js",
    "dev": "tsx --watch src/index.ts",
    "genkit:dev": "genkit start -- tsx --watch src/index.ts",
    "compile": "tsc",
    "build": "pnpm build:clean && pnpm compile",
    "build:clean": "rimraf ./lib",
    "build:watch": "tsc --watch"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@genkit-ai/dev-local-vectorstore": "workspace:*",
    "@genkit-ai/evaluator": "workspace:*",
    "@genkit-ai/express": "workspace:*",
    "@genkit-ai/firebase": "workspace:*",
    "@genkit-ai/googleai": "workspace:*",
    "@genkit-ai/vertexai": "workspace:*",
    "@genkit-ai/ai": "workspace:*",
    "file-type-checker": "^1.1.2",
    "genkit": "workspace:*",
    "genkitx-chromadb": "workspace:*",
    "genkitx-langchain": "workspace:*",
    "genkitx-pinecone": "workspace:*",
    "google-auth-library": "^9.6.3",
    "llm-chunk": "^0.0.1",
    "pdf-lib": "^1.17.1",
    "pdf-parse": "^1.1.1"
  },
  "devDependencies": {
    "@types/pdf-parse": "^1.1.4",
    "cross-env": "^7.0.3",
    "rimraf": "^6.0.1",
    "tsx": "^4.19.1",
    "typescript": "^5.3.3",
    "vertexai": "link:@types/@genkit-ai/vertexai"
  }
}