{
  "name": "@junobuild/auth",
  "version": "4.1.2",
  "description": "A SDK for working with Juno authentication modules",
  "author": "David Dal Busco (https://daviddalbusco.com)",
  "license": "MIT",
  "type": "module",
  "main": "index.js",
  "module": "index.js",
  "types": "index.d.ts",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.js",
      "require": "./index.mjs"
    },
    "./delegation": {
      "types": "./delegation.d.ts",
      "import": "./delegation.js",
      "require": "./delegation.mjs"
    },
    "./automation": {
      "types": "./automation.d.ts",
      "import": "./automation.js",
      "require": "./automation.mjs"
    }
  },
  "files": [
    "README.md",
    "LICENSE",
    "**/*.js",
    "**/*.js.map",
    "**/*.mjs",
    "**/*.mjs.map",
    "**/*.d.ts",
    "**/*.d.ts.map"
  ],
  "scripts": {
    "clean": "git ls-files --others --ignored --exclude-standard | grep -v \"LICENSE\" | xargs rm -rf",
    "ts-declaration": "tsc --emitDeclarationOnly -outDir .",
    "build": "npm run clean && tsc --noEmit && node esbuild.mjs && npm run ts-declaration",
    "prepack": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/junobuild/juno-js.git",
    "directory": "packages/auth"
  },
  "bugs": {
    "url": "https://github.com/junobuild/juno-js"
  },
  "keywords": [
    "authentication",
    "openid",
    "jwt",
    "fedcm",
    "google",
    "github"
  ],
  "homepage": "https://juno.build",
  "peerDependencies": {
    "@icp-sdk/core": "^5",
    "@junobuild/ic-client": "^8.1",
    "@junobuild/utils": "^1"
  }
}
