{
  "name": "@metamask/webpack-plugin-example-snap",
  "version": "2.1.4",
  "description": "MetaMask example snap demonstrating how to use the Webpack plugin to bundle a snap",
  "keywords": [
    "MetaMask",
    "Snaps",
    "Ethereum"
  ],
  "homepage": "https://github.com/MetaMask/snaps/tree/main/packages/examples/packages/webpack-plugin#readme",
  "bugs": {
    "url": "https://github.com/MetaMask/snaps/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MetaMask/snaps.git"
  },
  "license": "(MIT-0 OR Apache-2.0)",
  "sideEffects": false,
  "main": "./dist/bundle.js",
  "files": [
    "dist",
    "snap.manifest.json"
  ],
  "scripts": {
    "build": "webpack",
    "build:clean": "yarn clean && yarn build",
    "changelog:update": "../../../../scripts/update-changelog.sh @metamask/webpack-plugin-example-snap",
    "changelog:validate": "../../../../scripts/validate-changelog.sh @metamask/webpack-plugin-example-snap",
    "clean": "rimraf \"dist\"",
    "lint": "yarn lint:eslint && yarn lint:misc --check && yarn changelog:validate && yarn lint:dependencies",
    "lint:ci": "yarn lint",
    "lint:dependencies": "depcheck",
    "lint:eslint": "eslint . --cache",
    "lint:fix": "yarn lint:eslint --fix && yarn lint:misc --write",
    "lint:misc": "prettier --no-error-on-unmatched-pattern --log-level warn \"**/*.json\" \"**/*.md\" \"**/*.html\" \"!CHANGELOG.md\" \"!snap.manifest.json\" --ignore-path ../../../../.gitignore",
    "publish:preview": "yarn npm publish --tag preview",
    "since-latest-release": "../../../../scripts/since-latest-release.sh",
    "start": "webpack watch",
    "test": "jest --reporters=jest-silent-reporter",
    "test:clean": "jest --clearCache",
    "test:verbose": "jest --verbose",
    "test:watch": "jest --watch"
  },
  "dependencies": {
    "@metamask/snaps-sdk": "^6.19.0"
  },
  "devDependencies": {
    "@jest/globals": "^29.5.0",
    "@lavamoat/allow-scripts": "^3.0.4",
    "@metamask/auto-changelog": "^4.1.0",
    "@metamask/snaps-jest": "^8.13.0",
    "@metamask/snaps-webpack-plugin": "^4.2.1",
    "@swc/core": "1.3.78",
    "@swc/jest": "^0.2.26",
    "@types/node": "18.14.2",
    "@types/webpack-env": "^1.18.1",
    "deepmerge": "^4.2.2",
    "depcheck": "^1.4.7",
    "eslint": "^9.11.0",
    "jest": "^29.0.2",
    "jest-silent-reporter": "^0.6.0",
    "prettier": "^3.3.3",
    "swc-loader": "^0.2.3",
    "terser-webpack-plugin": "^5.3.9",
    "ts-node": "^10.9.1",
    "typescript": "~5.3.3",
    "webpack": "^5.97.1",
    "webpack-cli": "^5.1.4"
  },
  "engines": {
    "node": "^18.16 || >=20"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}