{
  "name": "@oidfed/leaf",
  "version": "1.0.0",
  "description": "Leaf Entity toolkit — Entity Configuration serving, authority discovery, and trust chain participation for any entity at the edge of an OpenID Federation.",
  "license": "Apache-2.0",
  "author": "Justin Dah-kenangnon <dah.kenangnon@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/Dahkenangnon/oidfed.git",
    "directory": "packages/leaf"
  },
  "homepage": "https://github.com/Dahkenangnon/oidfed/tree/main/packages/leaf#readme",
  "bugs": {
    "url": "https://github.com/Dahkenangnon/oidfed/issues"
  },
  "keywords": [
    "openid-federation",
    "openid federation",
    "trust chain",
    "trust-chain",
    "entity-statement",
    "oauth2",
    "oidc",
    "federation",
    "eidas",
    "edugain",
    "federated-identity",
    "trust-mark",
    "subordinate-statement",
    "trust-anchor",
    "leaf-entity",
    "entity-configuration",
    "discovery"
  ],
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist",
    "LICENSE",
    "NOTICE"
  ],
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@oidfed/core": "^1.0.0"
  },
  "peerDependencies": {
    "@oidfed/core": "^1.0.0"
  },
  "peerDependenciesMeta": {
    "@oidfed/core": {
      "optional": false
    }
  },
  "scripts": {
    "build": "tsup",
    "typecheck": "tsc --noEmit",
    "clean": "rm -rf dist"
  }
}