{
  "name": "graphile-llm",
  "version": "1.15.0",
  "description": "LLM integration plugin for PostGraphile v5 — server-side text-to-vector embedding and text companion fields for pgvector columns",
  "author": "Constructive <developers@constructive.io>",
  "homepage": "https://github.com/constructive-io/constructive",
  "license": "MIT",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "scripts": {
    "clean": "makage clean",
    "prepack": "npm run build",
    "build": "makage build",
    "build:dev": "makage build --dev",
    "lint": "eslint . --fix",
    "test": "jest --forceExit",
    "test:watch": "jest --watch"
  },
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/constructive"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/constructive/issues"
  },
  "dependencies": {
    "@agentic-kit/ollama": "2.14.0",
    "@constructive-io/express-context": "^0.26.0",
    "@constructive-io/llm-env": "^0.14.0",
    "graphile-cache": "^4.12.0"
  },
  "peerDependencies": {
    "@dataplan/pg": "^1.1.1",
    "grafast": "^1.1.1",
    "graphile-build": "^5.1.1",
    "graphile-build-pg": "^5.1.3",
    "graphile-config": "^1.1.0",
    "graphile-search": "^1.18.0",
    "graphile-utils": "^5.0.3",
    "graphql": "^16.9.0",
    "pg-sql2": "^5.0.1",
    "postgraphile": "^5.1.3"
  },
  "peerDependenciesMeta": {
    "graphile-search": {
      "optional": true
    },
    "graphile-utils": {
      "optional": true
    }
  },
  "devDependencies": {
    "@types/node": "^22.19.11",
    "graphile-connection-filter": "^2.14.0",
    "graphile-search": "^2.14.0",
    "graphile-test": "^5.14.0",
    "makage": "^0.3.0",
    "pgsql-test": "^5.13.0"
  },
  "keywords": [
    "postgraphile",
    "graphile",
    "constructive",
    "plugin",
    "llm",
    "embedding",
    "pgvector",
    "rag",
    "agentic-kit",
    "ollama",
    "openai"
  ],
  "gitHead": "7407d2cdbaed4ec0f7c9bcdd9f4290c4ea81aa52"
}
