{
  "name": "onz-auth",
  "version": "1.0.26",
  "description": "Onz Auth Javascript SDK for Passwordless Authentication",
  "main": "dist/onz-auth-js-sdk.min.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "webpack --mode=development",
    "build": "webpack"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zailky/onz-auth-js.git"
  },
  "keywords": [
    "login",
    "signin",
    "authentication",
    "authorisation",
    "signup",
    "openid",
    "auth",
    "jwt",
    "browser",
    "passwordless",
    "magic",
    "magiclink",
    "saas",
    "oauth",
    "webauthn",
    "fido",
    "identity",
    "idaas",
    "oauth2"
  ],
  "author": "Zailky",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zailky/onz-auth-js/issues"
  },
  "files": [
    "dist"
  ],
  "browserslist": [
    "IE >= 9",
    "chrome >= 27",
    "firefox >= 30",
    "safari >= 5",
    "opera >= 23"
  ],
  "readmeFilename": "README.md",
  "homepage": "https://github.com/zailky/onz-auth-js#readme",
  "dependencies": {
    "axios": "^0.24.0",
    "jwt-decode": "^3.1.2",
    "zoid": "^9.0.82"
  },
  "devDependencies": {
    "@babel/core": "^7.16.0",
    "@babel/preset-env": "^7.16.0",
    "@semantic-release/changelog": "^6.0.1",
    "@semantic-release/exec": "^6.0.2",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^8.0.2",
    "babel-core": "^6.26.3",
    "babel-loader": "^8.2.3",
    "babel-preset-env": "^1.7.0",
    "clean-webpack-plugin": "^4.0.0",
    "process": "^0.11.10",
    "terser-webpack-plugin": "^5.2.4",
    "webpack": "^5.61.0",
    "webpack-cli": "^4.9.1",
    "webpack-node-externals": "^3.0.0"
  }
}
