{
  "name": "@salte-auth/popup",
  "version": "3.1.0",
  "browser": {
    "./dist/salte-auth-popup.cjs.js": "./dist/salte-auth-popup.browser.cjs.js",
    "./dist/salte-auth-popup.esm.js": "./dist/salte-auth-popup.browser.esm.js"
  },
  "main": "dist/salte-auth-popup.cjs.js",
  "module": "dist/salte-auth-popup.esm.js",
  "types": "dist/declarations/src/index.d.ts",
  "description": "A Salte Auth provider for authenticating via Popup!",
  "homepage": "https://github.com/salte-auth/popup",
  "bugs": "https://github.com/salte-auth/popup/issues",
  "contributors": [
    "Ceci <admin@cecilias.me>",
    "Dave Woodward <dave@salte.io>"
  ],
  "keywords": [
    "salte-auth",
    "oauth",
    "2.0",
    "openid",
    "popup",
    "authentication"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/salte-auth/popup.git"
  },
  "license": "MIT",
  "devDependencies": {
    "@salte-auth/salte-auth": "^3.1.0"
  },
  "peerDependencies": {
    "@salte-auth/salte-auth": "^3.1.0"
  },
  "publishConfig": {
    "access": "public"
  }
}
