package.json•685 B
{
  "name": "context-cashing2",
  "version": "1.0.0",
  "description": "",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node lib/index.js",
    "build": "tsc",
    "build:watch": "tsc --watch",
    "genkit:dev": "cross-env GENKIT_ENV=dev npm run dev",
    "dev": "export GENKIT_RUNTIME_ID=$(openssl rand -hex 8) && node lib/index.js 2>&1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@genkit-ai/googleai": "workspace:*",
    "@google/generative-ai": "^0.21.0",
    "genkit": "workspace:*"
  },
  "devDependencies": {
    "cross-env": "^7.0.3",
    "typescript": "^5.6.2"
  }
}