{
  "name": "@authlink/client",
  "version": "1.3.0",
  "description": "Official client SDK for integrating with the Authlink Identity Provider",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "test": "vitest",
    "pub": "npm publish --access public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Analytics-Consulting/authentication-and-authorization.git"
  },
  "keywords": [
    "openid-connect",
    "oidc",
    "identity-provider",
    "authentication",
    "authorization",
    "typescript",
    "sdk",
    "jwt",
    "pkce",
    "token-exchange",
    "access-token",
    "refresh-token",
    "id-token",
    "login",
    "logout",
    "oidc-client",
    "auth",
    "oauth2",
    "identity"
  ],
  "author": "Cornel Bastiaanse",
  "license": "MIT",
  "homepage": "https://docs.authlink.co.za",
  "bugs": {
    "url": "https://github.com/Analytics-Consulting/authentication-and-authorization/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "eslint": "^8.0.0",
    "typescript": "^5.3.3",
    "vitest": "^1.0.0"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  }
}