{
  "name": "@algorandfoundation/algorand-metamask-snap",
  "version": "10.0.2",
  "description": "Snap for interacting with the Algorand ecosystem via Metamask. Algorand is a scalable layer-1 blockchain powered by the Pure Proof-of-Stake consensus mechanism with quick block times and instant finality.",
  "main": "src/index.js",
  "scripts": {
    "build": "yarn mm-snap build",
    "test": "yarn build && yarn serve",
    "postinstall": "patch-package",
    "testUseWallet": "npx mm-snap build && npx mm-snap serve --root=useWalletIntegration_test/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/algorandfoundation/algo-metamask"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@babel/runtime": "^7.17.2",
    "@metamask/key-tree": "^6.0.0",
    "@metamask/snaps-ui": "^0.29.0",
    "algosdk": "1.14.0",
    "async": "^3.2.4",
    "async.js": "^0.9.5",
    "bignumber.js": "^9.1.1",
    "buffer": "^6.0.3",
    "crypto-js": "^4.1.1",
    "global": "^4.4.0",
    "nvm": "^0.0.4",
    "querystring": "^0.2.1",
    "url-search-params-polyfill": "^8.1.1"
  },
  "devDependencies": {
    "@metamask/snaps-cli": "^0.32.2",
    "patch-package": "^6.4.7",
    "postinstall-postinstall": "^2.1.0"
  }
}
