{
  "name": "pi-multi-auth",
  "version": "0.10.0",
  "description": "Pi extension for multi-provider credential management, OAuth login, and account rotation.",
  "type": "module",
  "main": "./index.ts",
  "exports": {
    ".": "./index.ts",
    "./balancer": "./src/balancer/index.ts",
    "./balancer/index.js": "./src/balancer/index.ts",
    "./balancer/credential-backoff": "./src/balancer/credential-backoff.ts",
    "./balancer/credential-backoff.js": "./src/balancer/credential-backoff.ts"
  },
  "files": [
    "index.ts",
    "src",
    ".env.example",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "npm run typecheck",
    "typecheck": "tsc -p tsconfig.json",
    "lint": "eslint \"index.ts\" \"src/**/*.ts\" \"tests/**/*.ts\" --format json --max-warnings 0",
    "test:clean": "node -e \"require('node:fs').rmSync('.test-dist', { recursive: true, force: true })\"",
    "pretest": "npm run test:clean",
    "test": "tsc -p tsconfig.test.json && node scripts/run-compiled-tests.mjs",
    "posttest": "npm run test:clean",
    "check": "npm run typecheck && npm run lint && npm run test",
    "pack:dry-run": "npm pack --dry-run",
    "release:gate": "node scripts/release-gate.mjs",
    "smoke": "node scripts/smoke-test.mjs",
    "coverage": "npm run test:clean && tsc -p tsconfig.test.json && c8 --reporter=text --reporter=lcov node scripts/run-compiled-tests.mjs && npm run test:clean"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-extension",
    "pi-coding-agent",
    "coding-agent",
    "multi-auth",
    "multi-provider",
    "oauth",
    "authentication",
    "credentials",
    "credential-management",
    "rotation",
    "account-rotation"
  ],
  "author": "MasuRii",
  "license": "MIT",
  "homepage": "https://github.com/MasuRii/pi-multi-auth#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MasuRii/pi-multi-auth.git"
  },
  "bugs": {
    "url": "https://github.com/MasuRii/pi-multi-auth/issues"
  },
  "engines": {
    "node": ">=20"
  },
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "^0.74.0 || ^0.75.0 || ^0.77.0 || ^0.78.0",
    "@earendil-works/pi-coding-agent": "^0.74.0 || ^0.75.0 || ^0.77.0 || ^0.78.0",
    "@earendil-works/pi-tui": "^0.74.0 || ^0.75.0 || ^0.77.0 || ^0.78.0"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@types/node": "^25.9.1",
    "c8": "^11.0.0",
    "eslint": "^10.4.1",
    "globals": "^17.6.0",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.60.0",
    "@earendil-works/pi-ai": "^0.78.0",
    "@earendil-works/pi-coding-agent": "^0.78.0",
    "@earendil-works/pi-tui": "^0.78.0"
  },
  "overrides": {
    "basic-ftp": "5.3.1",
    "fast-xml-builder": "1.1.7",
    "ip-address": "10.1.1"
  }
}
