{
  "name": "@mohammedhammoud/pi-local-model-options",
  "version": "0.4.3",
  "description": "Pi extension for per-model local model options.",
  "type": "module",
  "license": "MIT",
  "private": false,
  "keywords": [
    "pi-package",
    "pi-extension",
    "local-llm"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/mohammedhammoud/pi-extensions",
    "directory": "extensions/pi-local-model-options"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    }
  },
  "pi": {
    "extensions": [
      "./dist/index.mjs"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    }
  },
  "scripts": {
    "clean": "rm -rf dist",
    "build": "tsdown",
    "check": "pnpm run typecheck",
    "typecheck": "tsc --noEmit"
  }
}