package.json•1.01 kB
{
  "name": "coffee-shop",
  "version": "1.0.0",
  "description": "Genkit samples for a coffeeshop",
  "main": "lib/index.js",
  "scripts": {
    "start": "node lib/index.js",
    "genkit:dev": "npx genkit start -- tsx --watch src/index.ts",
    "setup": "npm i",
    "compile": "tsc",
    "build": "npm run build:clean && npm run compile",
    "build:clean": "rimraf ./lib",
    "build:watch": "tsc --watch",
    "build-and-run": "npm run build && node lib/index.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@genkit-ai/dev-local-vectorstore": "1.21.0",
    "@genkit-ai/evaluator": "1.21.0",
    "@genkit-ai/firebase": "1.21.0",
    "@genkit-ai/google-genai": "1.21.0",
    "@genkit-ai/vertexai": "^1.21.0",
    "genkit": "1.21.0",
    "genkitx-chromadb": "1.21.0",
    "genkitx-ollama": "1.21.0",
    "genkitx-pinecone": "^1.21.0",
    "zod": "^4.1.12"
  },
  "devDependencies": {
    "genkit-cli": "^1.21.0",
    "rimraf": "^6.0.1",
    "typescript": "^5.9.3"
  }
}