{
  "name": "@velo-dao/velo-web3auth",
  "version": "2.3.3",
  "description": "advanced and improved cosmos-kit wallet connector for Web3Auth",
  "author": "Marius Modlich <m.modlich@digitalkitchen.io>",
  "homepage": "https://github.com/velo-dao/velo-web3auth#readme",
  "license": "SEE LICENSE IN LICENSE",
  "type": "module",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/types/index.d.ts",
  "directories": {
    "lib": "src"
  },
  "files": [
    "dist",
    "!CHANGELOG.md",
    "!LICENSE"
  ],
  "exports": {
    ".": {
      "import": {
        "types": "./dist/types/index.d.ts",
        "default": "./dist/esm/index.js"
      },
      "require": {
        "types": "./dist/types/index.d.ts",
        "default": "./dist/cjs/index.js"
      }
    }
  },
  "scripts": {
    "build:types": "bun tsc -p tsconfig.declarations.json",
    "build:rollup": "bun rollup -c --configPlugin typescript",
    "clean": "bun rimraf dist",
    "build": "bun run clean && bun run build:types && bun run build:rollup",
    "prepare": "husky",
    "lint": "eslint --ext .tsx,.ts .",
    "release:major": "HUSKY=0 release-it major",
    "release:minor": "HUSKY=0 release-it minor",
    "release:patch": "HUSKY=0 release-it patch"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/velo-dao/velo-web3auth.git"
  },
  "keywords": [
    "cosmos-kit",
    "cosmos",
    "web3auth",
    "wallet"
  ],
  "bugs": {
    "url": "https://github.com/velo-dao/velo-web3auth/issues"
  },
  "dependencies": {
    "@chain-registry/types": "0.50.28",
    "@cosmjs/amino": "0.32.4",
    "@cosmjs/crypto": "^0.32.4",
    "@cosmjs/encoding": "^0.32.4",
    "@cosmjs/proto-signing": "0.32.4",
    "@cosmos-kit/core": "2.15.0",
    "@keplr-wallet/cosmos": "0.12.159",
    "@toruslabs/eccrypto": "5.0.4",
    "@toruslabs/openlogin": "8.2.1",
    "@web3auth/base": "8.12.4",
    "@web3auth/base-provider": "8.12.4",
    "@web3auth/no-modal": "8.12.4",
    "@web3auth/openlogin-adapter": "8.12.4",
    "cosmjs-types": "0.9.0",
    "get-user-locale": "2.3.2",
    "husky": "9.1.7"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "release-it": {
    "github": {
      "release": true
    },
    "npm": {
      "publish": true
    },
    "plugins": {
      "@release-it/conventional-changelog": {
        "infile": "CHANGELOG.md",
        "preset": {
          "name": "conventionalcommits",
          "types": [
            {
              "type": "feat",
              "section": "Features"
            },
            {
              "type": "fix",
              "section": "Bug Fixes"
            },
            {
              "type": "refactor",
              "section": "Refactor"
            },
            {
              "type": "perf",
              "section": "Performance"
            },
            {
              "type": "style",
              "section": "Visuals"
            },
            {
              "type": "docs",
              "section": "Docs"
            },
            {
              "type": "chore",
              "section": "Chore"
            },
            {
              "type": "test",
              "section": "Tests"
            }
          ]
        }
      }
    }
  },
  "trustedDependencies": [
    "core-js-pure",
    "protobufjs",
    "tiny-secp256k1"
  ],
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.1",
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@rollup/plugin-typescript": "^12.1.1",
    "rollup": "^4.28.0",
    "@commitlint/cli": "19.6.0",
    "@commitlint/config-conventional": "19.6.0",
    "@release-it/conventional-changelog": "9.0.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@typescript-eslint/eslint-plugin": "^8.17.0",
    "@typescript-eslint/parser": "8.17.0",
    "commitizen": "4.3.1",
    "cz-conventional-changelog": "3.3.0",
    "eslint": "9.16.0",
    "eslint-config-canonical": "44.3.33",
    "eslint-plugin-prettier": "^5.2.1",
    "eslint-plugin-unused-imports": "^4.1.4",
    "lint-staged": "15.2.10",
    "release-it": "17.10.0",
    "rimraf": "6.0.1",
    "typescript": "5.7.2",
    "@rollup/plugin-json": "^6.1.0"
  }
}
