{
  "name": "@metamask-previews/transaction-controller",
  "version": "8.0.1-preview.d32a7cc",
  "description": "Stores transactions alongside their periodically updated statuses and manages interactions such as approval and cancellation",
  "keywords": [
    "MetaMask",
    "Ethereum"
  ],
  "homepage": "https://github.com/MetaMask/core/tree/main/packages/transaction-controller#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/transaction-controller",
    "publish:preview": "yarn npm publish --tag preview",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "dependencies": {
    "@ethereumjs/common": "^3.2.0",
    "@ethereumjs/tx": "^4.2.0",
    "@metamask-previews/approval-controller": "3.5.0-preview.d32a7cc",
    "@metamask-previews/base-controller": "3.2.0-preview.d32a7cc",
    "@metamask-previews/controller-utils": "4.3.1-preview.d32a7cc",
    "@metamask-previews/network-controller": "12.1.1-preview.d32a7cc",
    "@metamask/eth-query": "^3.0.1",
    "@metamask/utils": "^6.2.0",
    "async-mutex": "^0.2.6",
    "eth-method-registry": "1.1.0",
    "eth-rpc-errors": "^4.0.2",
    "ethereumjs-util": "^7.0.10",
    "nonce-tracker": "^1.1.0",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@metamask/auto-changelog": "^3.1.0",
    "@types/jest": "^27.4.1",
    "@types/node": "^16.18.24",
    "babel-runtime": "^6.26.0",
    "deepmerge": "^4.2.2",
    "ethjs-provider-http": "^0.1.6",
    "jest": "^27.5.1",
    "sinon": "^9.2.4",
    "ts-jest": "^27.1.4",
    "typedoc": "^0.22.15",
    "typedoc-plugin-missing-exports": "^0.22.6",
    "typescript": "~4.6.3"
  },
  "peerDependencies": {
    "@metamask-previews/approval-controller": "3.5.0-preview.d32a7cc",
    "@metamask-previews/network-controller": "12.1.1-preview.d32a7cc",
    "babel-runtime": "^6.26.0"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}