{
  "name": "@metamask-previews/controller-utils",
  "version": "4.3.1-preview.d32a7cc",
  "description": "Data and convenience functions shared by multiple packages",
  "keywords": [
    "MetaMask",
    "Ethereum"
  ],
  "homepage": "https://github.com/MetaMask/core/tree/main/packages/controller-utils#readme",
  "bugs": {
    "url": "https://github.com/MetaMask/core/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MetaMask/core.git"
  },
  "license": "MIT",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build:docs": "typedoc",
    "changelog:validate": "../../scripts/validate-changelog.sh @metamask/controller-utils",
    "publish:preview": "yarn npm publish --tag preview",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "dependencies": {
    "@metamask/eth-query": "^3.0.1",
    "@metamask/utils": "^6.2.0",
    "@spruceid/siwe-parser": "1.1.3",
    "eth-ens-namehash": "^2.0.8",
    "eth-rpc-errors": "^4.0.2",
    "ethereumjs-util": "^7.0.10",
    "ethjs-unit": "^0.1.6",
    "fast-deep-equal": "^3.1.3"
  },
  "devDependencies": {
    "@metamask/auto-changelog": "^3.1.0",
    "@types/jest": "^27.4.1",
    "abort-controller": "^3.0.0",
    "deepmerge": "^4.2.2",
    "jest": "^27.5.1",
    "nock": "^13.3.1",
    "ts-jest": "^27.1.4",
    "typedoc": "^0.22.15",
    "typedoc-plugin-missing-exports": "^0.22.6",
    "typescript": "~4.6.3"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}