{
  "name": "@toruslabs/base-controllers",
  "version": "9.8.0",
  "homepage": "https://github.com/torusresearch/controllers#readme",
  "license": "ISC",
  "sideEffects": false,
  "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",
  "author": "Torus Labs",
  "scripts": {
    "dev": "rimraf dist/ && cross-env NODE_ENV=development torus-scripts start",
    "build": "rimraf dist/ && cross-env NODE_ENV=production torus-scripts build",
    "lint": "torus-scripts lint src/ test/",
    "prepack": "npm run build",
    "pre-commit": "lint-staged --cwd .",
    "test": "vitest run --config=test/configs/browsers.config.mts --coverage",
    "type-check": "tsc --noEmit -p tsconfig.json"
  },
  "dependencies": {
    "@toruslabs/broadcast-channel": "^13.3.0",
    "@toruslabs/http-helpers": "^9.0.0",
    "@toruslabs/metadata-helpers": "^8.2.0",
    "@web3auth/auth": "^11.8.0",
    "async-mutex": "^0.5.0",
    "bowser": "^2.14.1",
    "events": "^3.3.0",
    "jwt-decode": "^4.0.0",
    "loglevel": "^1.9.2",
    "viem": "^2.48.4"
  },
  "devDependencies": {
    "@types/readable-stream": "^4.0.23",
    "global": "^4.4.0",
    "typed-emitter": "^2.1.0",
    "util": "^0.12.5"
  },
  "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/controllers.git"
  },
  "bugs": {
    "url": "https://github.com/torusresearch/controllers/issues"
  },
  "keywords": [],
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=22.x",
    "npm": ">=10.x"
  },
  "gitHead": "e8f3b391affee08da2c574bcd03f72c26db924d4"
}
