{
  "name": "pi-huggingface-oauth",
  "version": "0.4.0",
  "description": "Hugging Face OAuth and provider-specific model routes for Pi",
  "license": "MIT",
  "type": "module",
  "engines": {
    "node": ">=22.19.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/osolmaz/pi-huggingface-oauth.git"
  },
  "homepage": "https://github.com/osolmaz/pi-huggingface-oauth#readme",
  "bugs": {
    "url": "https://github.com/osolmaz/pi-huggingface-oauth/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "pi-package",
    "pi",
    "huggingface",
    "oauth",
    "inference-providers"
  ],
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": ">=0.84.1",
    "@earendil-works/pi-coding-agent": ">=0.84.1"
  },
  "files": [
    "index.ts",
    "src",
    "CHANGELOG.md",
    "README.md",
    "SPEC.md",
    "SECURITY.md",
    "LICENSE"
  ],
  "scripts": {
    "format": "prettier --check .",
    "format:write": "prettier --write .",
    "lint": "eslint .",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "coverage": "vitest run --coverage",
    "dry": "slophammer-ts dry .",
    "mutate": "stryker run",
    "slophammer": "slophammer-ts check .",
    "check": "npm run format && npm run lint && npm run typecheck && npm run test && npm run coverage && npm run dry"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "0.84.1",
    "@earendil-works/pi-coding-agent": "0.84.1",
    "@eslint/js": "9.39.2",
    "@stryker-mutator/core": "9.6.1",
    "@stryker-mutator/typescript-checker": "9.6.1",
    "@stryker-mutator/vitest-runner": "9.6.1",
    "@types/node": "22.19.11",
    "@vitest/coverage-v8": "3.2.7",
    "eslint": "9.39.2",
    "prettier": "3.8.1",
    "slophammer-ts": "0.4.1",
    "typescript": "5.9.3",
    "typescript-eslint": "8.53.1",
    "vitest": "3.2.7"
  }
}
