{
  "name": "@toruslabs/customauth",
  "version": "22.3.3",
  "description": "CustomAuth login with torus to get user private key",
  "main": "dist/lib.cjs/index.js",
  "module": "dist/lib.esm/index.js",
  "unpkg": "dist/lib.esm/index.js",
  "jsdelivr": "dist/lib.esm/index.js",
  "types": "dist/lib.cjs/types/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "build": "torus-scripts build",
    "start": "torus-scripts start",
    "release": "torus-scripts release",
    "lint:ts": "torus-scripts lint --fix",
    "prepack": "npm run build",
    "test": "vitest run",
    "prepare": "husky"
  },
  "files": [
    "dist",
    "serviceworker"
  ],
  "peerDependencies": {
    "@babel/runtime": "^7.x",
    "@sentry/core": "^10.x"
  },
  "peerDependenciesMeta": {
    "@sentry/core": {
      "optional": true
    }
  },
  "dependencies": {
    "@chaitanyapotti/register-service-worker": "^1.7.4",
    "@toruslabs/broadcast-channel": "^13.3.0",
    "@toruslabs/constants": "^16.1.1",
    "@toruslabs/eccrypto": "^7.0.0",
    "@toruslabs/fetch-node-details": "^16.1.1",
    "@toruslabs/http-helpers": "^9.0.0",
    "@toruslabs/metadata-helpers": "^8.2.0",
    "@toruslabs/session-manager": "^5.6.0",
    "@toruslabs/torus.js": "^17.2.3",
    "bowser": "^2.14.1",
    "deepmerge": "^4.3.1",
    "events": "^3.3.0",
    "loglevel": "^1.9.2"
  },
  "devDependencies": {
    "@sentry/core": "^10.45.0",
    "@toruslabs/config": "^4.0.0",
    "@toruslabs/eslint-config-typescript": "^5.0.1",
    "@toruslabs/torus-scripts": "^8.0.1",
    "@types/node": "^25",
    "eslint": "^9.39.2",
    "husky": "^9.1.7",
    "lint-staged": "^16.4.0",
    "prettier": "^3.8.1",
    "rimraf": "^6.1.3",
    "typed-emitter": "^2.1.0",
    "typescript": "^5.9.3",
    "vitest": "^4.1.1"
  },
  "author": "Torus Labs",
  "license": "MIT",
  "lint-staged": {
    "!(*d).{js,ts}": [
      "eslint --cache --fix",
      "prettier --write"
    ],
    "*.{json, md}": [
      "prettier --write"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/torusresearch/CustomAuth.git"
  },
  "bugs": {
    "url": "https://github.com/torusresearch/CustomAuth/issues"
  },
  "homepage": "https://github.com/torusresearch/CustomAuth#readme",
  "keywords": [
    "CustomAuth",
    "customauth",
    "torus-direct-auth",
    "torus nodes",
    "torus-embed",
    "direct auth"
  ],
  "engines": {
    "node": ">=22.x",
    "npm": ">=10.x"
  }
}
