{
  "name": "@metamask/controllers",
  "version": "33.0.0",
  "description": "Collection of platform-agnostic modules for creating secure data models for cryptocurrency wallets",
  "keywords": [
    "MetaMask",
    "Ethereum"
  ],
  "homepage": "https://github.com/MetaMask/controllers#readme",
  "bugs": {
    "url": "https://github.com/MetaMask/controllers/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MetaMask/controllers.git"
  },
  "license": "MIT",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "rimraf dist && tsc --project tsconfig.build.json",
    "build:link": "yarn build && cd dist && yarn link && rm -rf node_modules && cd ..",
    "build:watch": "yarn build --watch",
    "doc": "typedoc && touch docs/.nojekyll",
    "lint": "yarn lint:eslint && yarn lint:misc --check",
    "lint:eslint": "eslint . --cache --ext js,ts",
    "lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
    "lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' '**/*.yml' '!.yarnrc.yml' --ignore-path .gitignore",
    "prepack": "./scripts/prepack.sh",
    "setup": "yarn install",
    "test": "jest",
    "test:debug": "yarn run --inspect-brk jest --runInBand",
    "test:watch": "jest --watch"
  },
  "simple-git-hooks": {
    "pre-push": "yarn lint"
  },
  "dependencies": {
    "@ethereumjs/common": "^2.3.1",
    "@ethereumjs/tx": "^3.2.1",
    "@ethersproject/abi": "^5.7.0",
    "@ethersproject/contracts": "^5.7.0",
    "@ethersproject/providers": "^5.7.0",
    "@keystonehq/metamask-airgapped-keyring": "^0.6.1",
    "@metamask/contract-metadata": "^1.35.0",
    "@metamask/metamask-eth-abis": "3.0.0",
    "@metamask/types": "^1.1.0",
    "@types/uuid": "^8.3.0",
    "abort-controller": "^3.0.0",
    "async-mutex": "^0.2.6",
    "babel-runtime": "^6.26.0",
    "deep-freeze-strict": "^1.1.1",
    "eth-ens-namehash": "^2.0.8",
    "eth-json-rpc-infura": "^5.1.0",
    "eth-keyring-controller": "^7.0.2",
    "eth-method-registry": "1.1.0",
    "eth-phishing-detect": "^1.2.0",
    "eth-query": "^2.1.2",
    "eth-rpc-errors": "^4.0.0",
    "eth-sig-util": "^3.0.0",
    "ethereumjs-util": "^7.0.10",
    "ethereumjs-wallet": "^1.0.1",
    "ethjs-unit": "^0.1.6",
    "fast-deep-equal": "^3.1.3",
    "immer": "^9.0.6",
    "isomorphic-fetch": "^3.0.0",
    "json-rpc-engine": "^6.1.0",
    "jsonschema": "^1.2.4",
    "multiformats": "^9.5.2",
    "nanoid": "^3.1.31",
    "punycode": "^2.1.1",
    "single-call-balance-checker-abi": "^1.0.0",
    "uuid": "^8.3.2",
    "web3": "^0.20.7",
    "web3-provider-engine": "^16.0.3"
  },
  "devDependencies": {
    "@keystonehq/bc-ur-registry-eth": "^0.9.0",
    "@lavamoat/allow-scripts": "^2.0.2",
    "@metamask/auto-changelog": "^2.6.0",
    "@metamask/eslint-config": "^9.0.0",
    "@metamask/eslint-config-jest": "^9.0.0",
    "@metamask/eslint-config-nodejs": "^9.0.0",
    "@metamask/eslint-config-typescript": "^9.0.1",
    "@types/deep-freeze-strict": "^1.1.0",
    "@types/jest": "^26.0.22",
    "@types/jest-when": "^2.7.3",
    "@types/node": "^14.14.31",
    "@types/punycode": "^2.1.0",
    "@types/sinon": "^9.0.10",
    "@types/web3": "^1.0.6",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "eslint": "^7.24.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-import-resolver-typescript": "^2.4.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jest": "^24.1.5",
    "eslint-plugin-jsdoc": "^36.1.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.4.1",
    "ethjs-provider-http": "^0.1.6",
    "jest": "^26.4.2",
    "jest-environment-jsdom": "^25.0.0",
    "jest-when": "^3.4.2",
    "nock": "^13.0.7",
    "prettier": "^2.6.2",
    "prettier-plugin-packagejson": "^2.2.17",
    "rimraf": "^3.0.2",
    "simple-git-hooks": "^2.8.0",
    "sinon": "^9.2.4",
    "ts-jest": "^26.5.2",
    "typedoc": "^0.22.15",
    "typedoc-plugin-missing-exports": "^0.22.6",
    "typescript": "~4.6.3"
  },
  "packageManager": "yarn@3.2.1",
  "engines": {
    "node": ">=14.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "lavamoat": {
    "allowScripts": {
      "@lavamoat/preinstall-always-fail": false,
      "@keystonehq/bc-ur-registry-eth>hdkey>secp256k1": true,
      "babel-runtime>core-js": false,
      "eth-sig-util>ethereumjs-abi>ethereumjs-util>keccakjs>sha3": true,
      "eth-sig-util>ethereumjs-util>keccak": true,
      "eth-sig-util>ethereumjs-util>secp256k1": true,
      "ethereumjs-util>ethereum-cryptography>keccak": true,
      "ethereumjs-util>ethereum-cryptography>secp256k1": true,
      "simple-git-hooks": false
    }
  }
}
