{
  "name": "@metamask-previews/build-utils",
  "version": "1.0.0-preview.3fbb6b41",
  "description": "Utilities for building MetaMask applications",
  "keywords": [
    "MetaMask",
    "Ethereum"
  ],
  "homepage": "https://github.com/MetaMask/core/tree/main/packages/build-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/build-utils",
    "publish:preview": "yarn npm publish --tag preview",
    "test": "jest --reporters=jest-silent-reporter",
    "test:clean": "jest --clearCache",
    "test:verbose": "jest --verbose",
    "test:watch": "jest --watch"
  },
  "dependencies": {
    "@metamask/utils": "^8.2.0",
    "@types/eslint": "^8.44.7"
  },
  "devDependencies": {
    "@metamask/auto-changelog": "^3.4.3",
    "@types/jest": "^27.4.1",
    "deepmerge": "^4.2.2",
    "eslint": "^8.44.0",
    "jest": "^27.5.1",
    "ts-jest": "^27.1.4",
    "typedoc": "^0.24.8",
    "typedoc-plugin-missing-exports": "^2.0.0",
    "typescript": "~4.8.4"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}