{
  "name": "@deque/axe-auth",
  "version": "1.4.0",
  "description": "CLI authentication utility for Deque services",
  "license": "SEE LICENSE IN LICENSE",
  "repository": {
    "type": "git",
    "url": "https://github.com/dequelabs/axe-mcp-server-public.git"
  },
  "bugs": {
    "url": "https://github.com/dequelabs/axe-mcp-server-public/issues"
  },
  "type": "commonjs",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "axe-auth": "dist/index.js"
  },
  "files": [
    "dist",
    "!dist/**/*.test.*",
    "docs",
    "credits.json"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "engines": {
    "node": ">=22.13.0"
  },
  "dependencies": {
    "@napi-rs/keyring": "^1.3.0",
    "remove-trailing-slash": "^0.1.1",
    "shlex": "^3.0.0",
    "ts-dedent": "^2.2.0"
  },
  "devDependencies": {
    "@hono/node-server": "^1.19.14",
    "@types/node": "^24.13.2",
    "c8": "^11.0.0",
    "hono": "^4.12.27",
    "tsx": "^4.22.4",
    "typescript": "^6.0.3"
  },
  "scripts": {
    "build": "tsc",
    "typecheck:scripts": "tsc -p tsconfig.scripts.json",
    "test": "tsx --test \"src/**/*.test.ts\"",
    "coverage": "c8 pnpm test",
    "register-dev-client": "tsx scripts/registerDevClient.ts",
    "smoke-authorize": "tsx scripts/smokeAuthorize.ts",
    "smoke-cli": "tsx scripts/smokeCLI.ts",
    "manual-authorize": "tsx scripts/manualAuthorize.ts"
  }
}