package.json•591 B
{
  "name": "basic-gemini",
  "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": "genkit start -- tsx --watch src/index.ts",
    "dev": "tsx --watch src/index.ts"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "genkit": "workspace:*",
    "genkitx-ollama": "workspace:*"
  },
  "devDependencies": {
    "cross-env": "^7.0.3",
    "typescript": "^5.6.2"
  }
}