{
  "name": "@dtmirizzi/pi-openrouter-multimodal",
  "version": "1.6.0",
  "description": "OpenRouter multimodal tools for Pi — search, fetch, image gen, vision, video, PDF, TTS, STT",
  "keywords": [
    "pi-package"
  ],
  "license": "MIT",
  "author": "dtmirizzi",
  "homepage": "https://github.com/dtmirizzi/pi-openrouter-multimodal#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dtmirizzi/pi-openrouter-multimodal.git"
  },
  "bugs": {
    "url": "https://github.com/dtmirizzi/pi-openrouter-multimodal/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "engines": {
    "node": ">=18"
  },
  "files": [
    "index.ts",
    "src/index.ts",
    "src/helpers.ts",
    "CHANGELOG.md",
    "README.md"
  ],
  "scripts": {
    "test": "vitest run",
    "test:unit": "vitest run test/unit",
    "test:integration": "vitest run test/integration",
    "fmt": "biome format --write .",
    "fmt:check": "biome format .",
    "lint": "biome check --write .",
    "lint:check": "biome check .",
    "check": "biome check --write .",
    "check:ci": "biome ci .",
    "semantic-release": "semantic-release"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.16",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^11.0.1",
    "@semantic-release/npm": "^12.0.1",
    "semantic-release": "^24.0.0",
    "vitest": "^4.1.7"
  },
  "release": {
    "branches": [
      "main"
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/changelog",
      "@semantic-release/npm",
      [
        "@semantic-release/git",
        {
          "assets": [
            "package.json",
            "CHANGELOG.md"
          ],
          "message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
        }
      ],
      "@semantic-release/github"
    ]
  }
}
