{
  "name": "@authava/client",
  "version": "0.1.40",
  "description": "Client library for seamless integration with Authava's white-label authentication service",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsup",
    "test": "jest --runInBand --detectOpenHandles --forceExit",
    "format": "prettier --write \"{src,tests}/**/*.{ts,js}\"",
    "prepare": "npm run build",
    "prepublishOnly": "npm test",
    "clean": "rm -rf dist"
  },
  "keywords": [
    "auth",
    "authentication",
    "session",
    "white-label",
    "authava"
  ],
  "author": "Ryan Hein <ryan@authava.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/authava/client.git"
  },
  "bugs": {
    "url": "https://github.com/authava/client/issues"
  },
  "homepage": "https://github.com/authava/client#readme",
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^20.11.1",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "prettier": "^3.2.5",
    "ts-jest": "^29.1.2",
    "tsup": "^8.4.0",
    "typescript": "^5.5.2"
  },
  "engines": {
    "node": ">=16.11.1"
  },
  "overrides": {
    "glob": "^10.3.10",
    "rimraf": "^5.0.5"
  },
  "publishConfig": {
    "access": "public"
  }
}
