{
  "name": "@metamask/sdk-multichain-ui",
  "version": "0.0.0",
  "description": "MetaMask SDK Install Modal for Web",
  "homepage": "https://github.com/MetaMask/metamask-sdk#readme",
  "bugs": {
    "url": "https://github.com/MetaMask/metamask-sdk/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MetaMask/metamask-sdk.git",
    "directory": "packages/sdk-multichain-ui"
  },
  "author": "MetaMask",
  "packageManager": "yarn@3.5.0",
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.js",
  "collection": "dist/collection/collection-manifest.json",
  "types": "dist/types/index.d.ts",
  "files": [
    "./dist"
  ],
  "scripts": {
    "allow-scripts": "",
    "generate": "stencil generate",
    "build:types": "tsc --project tsconfig.json --emitDeclarationOnly --outDir dist/types",
    "build:clean": "yarn clean && yarn build",
    "dev": "stencil build --dev --watch --serve",
    "build": "stencil build --prod",
    "build:dev": "NODE_ENV=development stencil build --debug --dev",
    "build:tsc": "tsc --build tsconfig.json --verbose",
    "build:watch": "stencil build --watchAll",
    "build:post-tsc": "echo 'N/A'",
    "build:pre-tsc": "echo 'N/A'",
    "build:release": "yarn version && stencil build",
    "clean": "rimraf ./dist && rimraf ./loader",
    "lint": "yarn lint:eslint && yarn lint:misc --check",
    "lint:changelog": "../../scripts/validate-changelog.sh @metamask/sdk-multichain-ui",
    "lint:eslint": "eslint . --cache --ext js,ts",
    "lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
    "lint:misc": "prettier '**/*.json' '**/*.md' '!CHANGELOG.md' --ignore-path ../../.gitignore",
    "prepack": "../../scripts/prepack.sh",
    "publish:preview": "yarn npm publish --tag preview",
    "reset": "yarn clean && rimraf ./node_modules/",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test:watch": "stencil test --spec --e2e --watchAll",
    "test:ci": "jest --coverage --passWithNoTests --setupFilesAfterEnv ./jest-preload.js",
    "preversion": "yarn test",
    "postversion": "git push --tags && yarn publish . --tag $npm_package_version && git push && echo \"Successfully released version $npm_package_version!\""
  },
  "devDependencies": {
    "@lavamoat/allow-scripts": "^2.3.1",
    "@metamask/auto-changelog": "3.1.0",
    "@size-limit/preset-big-lib": "^11.0.2",
    "@stencil/core": "^4.22.2",
    "@types/i18n": "^0.13.12",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.9.0",
    "@types/prettier": "^2",
    "@typescript-eslint/eslint-plugin": "^5.56.0",
    "@typescript-eslint/parser": "^5.56.0",
    "eslint": "^8.36.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.23.4",
    "eslint-plugin-jest": "^24.4.0",
    "eslint-plugin-jsdoc": "^44.2.4",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-react": "^7.32.2",
    "jest": "^29.6.4",
    "prettier": "^2.8.8",
    "puppeteer": "^23.8.0",
    "rimraf": "^5.0.0",
    "rollup-plugin-visualizer": "^5.12.0",
    "size-limit": "^11.1.6",
    "typescript": "^5.6.3"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "lavamoat": {
    "allowScripts": {
      "webpack-dev-server>ws>bufferutil": false,
      "webpack-dev-server>ws>utf-8-validate": false
    }
  },
  "dependencies": {
    "@paulmillr/qr": "^0.2.1",
    "qr-code-styling": "^1.9.2"
  }
}