{
  "name": "@metamask/utils",
  "version": "3.6.0",
  "description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase.",
  "repository": {
    "type": "git",
    "url": "https://github.com/MetaMask/utils.git"
  },
  "license": "ISC",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "build:clean": "rimraf dist && yarn build",
    "build:docs": "typedoc",
    "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 --no-error-on-unmatched-pattern",
    "prepack": "./scripts/prepack.sh",
    "test": "yarn test:source && yarn test:types",
    "test:source": "jest",
    "test:types": "tsd",
    "test:watch": "jest --watch"
  },
  "resolutions": {
    "jest-worker@^28.1.3": "patch:jest-worker@npm%3A28.1.3#./.yarn/patches/jest-worker-npm-28.1.3-5d0ff9006c.patch"
  },
  "dependencies": {
    "@types/debug": "^4.1.7",
    "debug": "^4.3.4",
    "semver": "^7.3.8",
    "superstruct": "^1.0.3"
  },
  "devDependencies": {
    "@lavamoat/allow-scripts": "^2.0.3",
    "@metamask/auto-changelog": "^2.3.0",
    "@metamask/eslint-config": "^11.0.1",
    "@metamask/eslint-config-jest": "^11.0.0",
    "@metamask/eslint-config-nodejs": "^11.0.1",
    "@metamask/eslint-config-typescript": "^11.0.0",
    "@types/jest": "^28.1.7",
    "@typescript-eslint/eslint-plugin": "^5.42.1",
    "@typescript-eslint/parser": "^5.42.1",
    "eslint": "^8.27.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jest": "^27.1.5",
    "eslint-plugin-jsdoc": "^39.6.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^4.2.1",
    "jest": "^29.2.2",
    "json-bigint": "^1.0.0",
    "prettier": "^2.7.1",
    "prettier-plugin-packagejson": "^2.2.11",
    "rimraf": "^3.0.2",
    "stdio-mock": "^1.2.0",
    "ts-jest": "^29.0.3",
    "tsd": "^0.24.1",
    "typedoc": "^0.23.10",
    "typescript": "~4.8.4"
  },
  "packageManager": "yarn@3.2.3",
  "engines": {
    "node": ">=14.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "lavamoat": {
    "allowScripts": {
      "@lavamoat/preinstall-always-fail": false
    }
  },
  "tsd": {
    "directory": "src"
  }
}
