{
  "name": "genkitx-cohere",
  "description": "Firebase Genkit AI framework plugin for Cohere APIs.",
  "keywords": [
    "genkit",
    "genkit-plugin",
    "genkit-model",
    "cohere",
    "ai",
    "genai",
    "generative-ai"
  ],
  "version": "0.31.0",
  "type": "commonjs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BloomLabsInc/genkit-plugins.git",
    "directory": "plugins/cohere"
  },
  "author": "BloomLabsInc",
  "license": "Apache-2.0",
  "dependencies": {
    "cohere-ai": "^7.17.1"
  },
  "peerDependencies": {
    "genkit": "^0.9.0 || ^1.0.0"
  },
  "devDependencies": {
    "@jest/globals": "^29.7.0",
    "@types/node": "^20.12.12",
    "jest": "^29.7.0",
    "npm-run-all": "^4.1.5",
    "rimraf": "^6.0.1",
    "ts-jest": "^29.1.2",
    "tsup": "^8.0.2",
    "typescript": "^5.4.5"
  },
  "types": "./lib/index.d.ts",
  "exports": {
    ".": {
      "require": "./lib/index.js",
      "import": "./lib/index.mjs",
      "types": "./lib/index.d.ts",
      "default": "./lib/index.js"
    }
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "provenance": true,
    "access": "public"
  },
  "scripts": {
    "check": "tsc",
    "compile": "tsup-node",
    "build:clean": "rimraf ./lib",
    "build": "npm-run-all build:clean check compile",
    "build:watch": "tsup-node --watch",
    "test": "jest --coverage"
  },
  "gitHead": "11fdcf25a3b0dd29f0d26ca969845393ece7092c"
}
