{
  "name": "@curveball/browser-to-bearer",
  "version": "1.1.0",
  "description": "This middleware adds browser login support to OAuth2 resource servers",
  "type": "module",
  "exports": "./dist/index.js",
  "homepage": "https://github.com/curveball/browser-to-bearer#readme",
  "bugs": {
    "url": "https://github.com/curveball/browser-to-bearer/issues"
  },
  "keywords": [
    "http",
    "framework",
    "nodejs",
    "typescript",
    "push",
    "http2",
    "curveball"
  ],
  "author": "Evert Pot (https://evertpot.com/)",
  "license": "MIT",
  "scripts": {
    "prepublishOnly": "make build",
    "test": "make test",
    "lint": "make lint",
    "fix": "make fix",
    "tsc": "tsc",
    "start": "make start",
    "build": "make build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/curveball/browser-to-bearer.git"
  },
  "dependencies": {
    "@badgateway/oauth2-client": "^3.3.1"
  },
  "peerDependencies": {
    "@curveball/kernel": "^1"
  },
  "devDependencies": {
    "@curveball/kernel": "^1.0.0",
    "@curveball/session": "^1.0.0",
    "@eslint/js": "^9.37.0",
    "@types/node": "^18.19.8",
    "ts-node": "^10.9.1",
    "tsx": "^4.20.6",
    "typescript": "^5.3.3",
    "typescript-eslint": "^8.46.0"
  },
  "engines": {
    "node": ">= 18"
  },
  "files": [
    "package.json",
    "README.md",
    "dist",
    "LICENSE",
    "src"
  ],
  "mocha": {
    "loader": [
      "ts-node/esm"
    ],
    "recursive": true,
    "extension": [
      "ts",
      "js",
      "tsx"
    ]
  },
  "nyc": {
    "extension": [
      ".ts"
    ]
  }
}
