{
  "name": "@1auth/messenger",
  "version": "0.0.0-alpha.60",
  "description": "",
  "type": "module",
  "engines": {
    "node": ">=20"
  },
  "engineStrict": true,
  "publishConfig": {
    "access": "public"
  },
  "main": "./index.js",
  "module": "./index.js",
  "exports": {
    ".": {
      "import": {
        "types": "./index.d.ts",
        "default": "./index.js"
      }
    }
  },
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "scripts": {
    "test": "npm run test:unit",
    "test:unit": "node --test"
  },
  "license": "MIT",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/willfarrell"
  },
  "keywords": [],
  "author": {
    "name": "1auth contributors",
    "url": "https://github.com/willfarrell/1auth/graphs/contributors"
  },
  "repository": {
    "type": "git",
    "url": "github:willfarrell/1auth",
    "directory": "packages/messenger"
  },
  "bugs": {
    "url": "https://github.com/willfarrell/1auth/issues"
  },
  "homepage": "https://github.com/willfarrell/1auth",
  "gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431",
  "dependencies": {
    "@1auth/authn": "0.0.0-alpha.60",
    "@1auth/crypto": "0.0.0-alpha.60"
  }
}
