{
  "name": "@toruslabs/openlogin",
  "version": "8.2.1",
  "homepage": "https://github.com/torusresearch/OpenLoginSdk#readme",
  "license": "ISC",
  "main": "dist/openlogin.cjs.js",
  "module": "dist/openlogin.esm.js",
  "unpkg": "dist/openlogin.umd.min.js",
  "jsdelivr": "dist/openlogin.umd.min.js",
  "types": "dist/types/index.d.ts",
  "author": "Torus Labs",
  "scripts": {
    "start": "cross-env FORCE_COLOR=1 torus-scripts start",
    "test": "mocha --config ../../.mocharc.json test/**.ts",
    "test-debugger": "mocha --config ../../.mocharc.json --inspect-brk test/**.ts",
    "dev": "rimraf dist/ && cross-env NODE_ENV=development torus-scripts build",
    "build": "torus-scripts build",
    "lint": "eslint --fix 'src/**/*.ts'",
    "prepack": "npm run build",
    "pre-commit": "lint-staged --cwd ."
  },
  "dependencies": {
    "@toruslabs/constants": "^13.2.0",
    "@toruslabs/eccrypto": "^4.0.0",
    "@toruslabs/metadata-helpers": "^5.1.0",
    "@toruslabs/openlogin-session-manager": "^3.1.1",
    "@toruslabs/openlogin-utils": "^8.2.1",
    "@toruslabs/secure-pub-sub": "^0.2.0",
    "bowser": "^2.11.0",
    "events": "^3.3.0",
    "loglevel": "^1.9.1",
    "ts-custom-error": "^3.3.1"
  },
  "peerDependencies": {
    "@babel/runtime": "7.x"
  },
  "files": [
    "dist"
  ],
  "lint-staged": {
    "!(*d).ts": [
      "eslint --cache --fix",
      "prettier --write"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/torusresearch/OpenLoginSdk.git"
  },
  "bugs": {
    "url": "https://github.com/torusresearch/OpenLoginSdk/issues"
  },
  "keywords": [],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=18.x",
    "npm": ">=9.x"
  },
  "gitHead": "dee4ed9a2b2ef1baf42b2c90166847830ea46d46"
}
