{
  "name": "@reflowhq/auth",
  "version": "3.0.3",
  "description": "Authentication library for login and account management with Reflow",
  "type": "module",
  "directories": {
    "test": "tests"
  },
  "keywords": [
    "authentication",
    "sign",
    "in",
    "signin",
    "auth",
    "login",
    "profile"
  ],
  "author": "Reflow HQ",
  "license": "MIT",
  "scripts": {
    "test": "NODE_OPTIONS=--experimental-vm-modules jest",
    "npm-package-test": "cd tests && ./npm.test.sh",
    "build": "node build.cjs",
    "prepublishOnly": "../prepublish.sh"
  },
  "devDependencies": {
    "jest": "^29.4.3",
    "jest-environment-jsdom": "^29.4.3",
    "prettier": "^2.8.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/reflow-hq/libs.git"
  },
  "bugs": {
    "url": "https://github.com/reflow-hq/libs/issues"
  },
  "homepage": "https://github.com/reflow-hq/libs#readme",
  "dependencies": {
    "@paddle/paddle-js": "^0.5.5"
  },
  "main": "dist/index.js",
  "files": [
    "dist"
  ]
}
