{
  "name": "@metamask/keyring-api",
  "version": "23.1.0",
  "description": "MetaMask Keyring API",
  "keywords": [
    "keyring",
    "metamask",
    "snaps"
  ],
  "homepage": "https://github.com/MetaMask/accounts/tree/main/packages/keyring-api#readme",
  "bugs": {
    "url": "https://github.com/MetaMask/accounts/issues"
  },
  "license": "SEE LICENSE IN LICENSE",
  "repository": {
    "type": "git",
    "url": "https://github.com/MetaMask/accounts.git"
  },
  "files": [
    "dist/",
    "v2.js"
  ],
  "sideEffects": false,
  "main": "./dist/index.cjs",
  "types": "./dist/index.d.cts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./v2": {
      "import": {
        "types": "./dist/v2/index.d.mts",
        "default": "./dist/v2/index.mjs"
      },
      "require": {
        "types": "./dist/v2/index.d.cts",
        "default": "./dist/v2/index.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "scripts": {
    "build": "ts-bridge --project tsconfig.build.json --verbose --clean --no-references",
    "build:all": "ts-bridge --project tsconfig.build.json --verbose --clean",
    "build:clean": "yarn build --clean",
    "build:docs": "typedoc",
    "changelog:update": "../../scripts/update-changelog.sh @metamask/keyring-api",
    "changelog:validate": "../../scripts/validate-changelog.sh @metamask/keyring-api",
    "publish:preview": "yarn npm publish --tag preview",
    "since-latest-release": "../../scripts/since-latest-release.sh",
    "test": "yarn test:source && yarn test:types",
    "test:clean": "NODE_OPTIONS=--experimental-vm-modules jest --clearCache",
    "test:source": "NODE_OPTIONS=--experimental-vm-modules jest --reporters=jest-silent-reporter",
    "test:types": "../../scripts/tsd-test.sh ./src",
    "test:verbose": "NODE_OPTIONS=--experimental-vm-modules jest --verbose",
    "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
  },
  "dependencies": {
    "@metamask/keyring-utils": "^3.2.0",
    "@metamask/superstruct": "^3.1.0",
    "@metamask/utils": "^11.11.0",
    "bitcoin-address-validation": "^2.2.3"
  },
  "devDependencies": {
    "@lavamoat/allow-scripts": "^3.2.1",
    "@lavamoat/preinstall-always-fail": "^2.1.0",
    "@metamask/auto-changelog": "^6.1.0",
    "@ts-bridge/cli": "^0.6.3",
    "@types/jest": "^29.5.12",
    "@types/node": "^20.12.12",
    "@types/webextension-polyfill": "^0.12.1",
    "deepmerge": "^4.2.2",
    "depcheck": "^1.4.7",
    "jest": "^29.5.0",
    "jest-it-up": "^3.1.0",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.9.2",
    "tsd": "^0.31.0",
    "typedoc": "^0.25.13",
    "typescript": "~5.6.3"
  },
  "tsd": {
    "compilerOptions": {
      "composite": "false"
    },
    "directory": "src"
  },
  "engines": {
    "node": "^18.18 || >=20"
  },
  "lavamoat": {
    "allowScripts": {
      "@lavamoat/preinstall-always-fail": false,
      "@metamask/snaps-utils>@metamask/permission-controller>@metamask/controller-utils>ethereumjs-util>ethereum-cryptography>keccak": false,
      "@metamask/snaps-utils>@metamask/permission-controller>@metamask/controller-utils>ethereumjs-util>ethereum-cryptography>secp256k1": false
    }
  }
}