{
  "name": "genkitx-mistral",
  "description": "Firebase Genkit AI framework plugin for Mistral AI APIs.",
  "keywords": [
    "genkit",
    "genkit-plugin",
    "genkit-model",
    "mistralai",
    "ai",
    "genai",
    "generative-ai"
  ],
  "version": "0.23.0",
  "type": "commonjs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TheFireCo/genkit-plugins.git",
    "directory": "plugins/mistralai"
  },
  "author": "TheFireCo",
  "license": "Apache-2.0",
  "dependencies": {
    "@mistralai/mistralai": "^1.6.0"
  },
  "peerDependencies": {
    "genkit": "^0.9.0 || ^1.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.11.16",
    "npm-run-all": "^4.1.5",
    "tsup": "^8.0.2",
    "tsx": "^4.7.0",
    "typescript": "^4.9.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": "rm -rf ./lib",
    "build": "npm-run-all build:clean check compile",
    "build:watch": "tsup-node --watch"
  },
  "gitHead": "6ffbc91a5f710368d59b8559740d3e40d678d5f7"
}
