{
  "name": "@cosmsnap/snapper",
  "version": "0.2.7",
  "description": "A helper package with utilities to interact with the Cosmos Extension for MetaMask.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cosmos/snap.git"
  },
  "type": "module",
  "license": "MIT",
  "author": "Mystic Labs, Inc",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "types": "./dist/index.d.ts",
  "files": [
    "dist/",
    "images/",
    "snap.manifest.json",
    "README.md"
  ],
  "keywords": [
    "cosmos",
    "metamask",
    "snap",
    "crypto",
    "ibc",
    "wallets"
  ],
  "scripts": {
    "build": "tsc && esbuild ./dist --bundle --outfile=./dist/index.cjs && esbuild ./src/provider.ts --outfile=./dist/provider.cjs && esbuild ./src/signer.ts --outfile=./dist/signer.cjs && esbuild ./src/snap.ts --outfile=./dist/snap.cjs"
  },
  "ava": {
    "extensions": [
      "ts"
    ],
    "require": [
      "ts-node/register/transpile-only"
    ]
  },
  "dependencies": {
    "@cosmjs/amino": "^0.31.3",
    "@keplr-wallet/proto-types": "0.12.12",
    "@keplr-wallet/types": "0.12.12",
    "appwrite": "^14.0.0",
    "node-appwrite": "^14.0.0",
    "ses": "^0.18.4"
  },
  "devDependencies": {
    "@types/node-fetch": "^2.6.4",
    "@typescript-eslint/eslint-plugin": "^5.33.0",
    "@typescript-eslint/parser": "^5.33.0",
    "ava": "^5.3.0",
    "esbuild": "^0.19.2",
    "eslint": "^8.21.0",
    "eslint-config-prettier": "^8.1.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jest": "^26.8.2",
    "eslint-plugin-jsdoc": "^39.2.9",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^4.2.1",
    "node-fetch": "2",
    "prettier": "^2.2.1",
    "prettier-plugin-packagejson": "^2.2.11",
    "rimraf": "^3.0.2",
    "through2": "^4.0.2",
    "ts-node": "^10.9.1",
    "typescript": "^5.1.3"
  },
  "packageManager": "yarn@3.2.1",
  "engines": {
    "node": ">=16.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
