{
  "name": "@authgear/web",
  "version": "6.0.0",
  "license": "Apache-2.0",
  "repository": "https://github.com/authgear/authgear-sdk-js",
  "main": "dist/authgear-web.cjs.js",
  "module": "dist/authgear-web.module.js",
  "files": [
    "index.d.ts",
    "dist/authgear-web.module.js",
    "dist/authgear-web.cjs.js",
    "dist/authgear-web.iife.js"
  ],
  "devDependencies": {
    "@authgear/core": "6.0.0",
    "core-js-pure": "^3.37.0"
  },
  "keywords": [
    "Authgear",
    "user authentication",
    "login",
    "PKCE",
    "Authorization Code Grant Flow",
    "Single Page Application authentication",
    "SPA authentication",
    "React",
    "React authentication"
  ]
}
