{
  "name": "@stll/folio-agents",
  "version": "0.10.1",
  "description": "Framework-neutral LLM tool layer over folio's ai-edits engine: function-calling tools so an agent can read and mutate .docx documents through @stll/folio-core.",
  "keywords": [
    "agent",
    "ai",
    "docx",
    "function-calling",
    "llm",
    "ooxml",
    "tanstack-intent",
    "tools",
    "word"
  ],
  "homepage": "https://github.com/stella/folio",
  "bugs": {
    "url": "https://github.com/stella/folio/issues"
  },
  "license": "Apache-2.0",
  "author": "STLL",
  "repository": {
    "type": "git",
    "url": "https://github.com/stella/folio.git",
    "directory": "packages/agents"
  },
  "files": [
    "dist",
    "skills",
    "README.md",
    "LICENSE",
    "NOTICE.md"
  ],
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "./*": {
      "types": "./dist/*.d.ts",
      "import": "./dist/*.js"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rm -rf dist && tsdown",
    "prepack": "bun run build",
    "pack:dry-run": "bun pm pack --dry-run",
    "typecheck": "bun ../../scripts/tsc-native.ts --noEmit -p tsconfig.build.json",
    "test": "bun test src"
  },
  "dependencies": {
    "@stll/folio-core": "^0.32.2",
    "better-result": "3.0.1"
  },
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts"
}
