{
  "name": "@leapwallet/buffer-boba",
  "description": "Buffer Boba is a library for decoding protocol buffers in the cosmos ecosystem.",
  "version": "0.1.10",
  "repository": "https://github.com/leapwallet/buffer-boba",
  "author": "Leap Wallet",
  "license": "MIT",
  "type": "module",
  "source": "src/index.ts",
  "keywords": [
    "cosmos",
    "protocol-buffer",
    "encoding",
    "decoding",
    "buffer"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.es.js",
      "require": "./dist/index.js"
    }
  },
  "module": "./dist/index.es.js",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "run-s build:lib build:types",
    "build:lib": "vite build",
    "build:types": "tsc",
    "lint": "eslint src",
    "dev": "run-p watch:*",
    "test": "vitest",
    "coverage": "vitest --coverage"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "5.54.1",
    "@typescript-eslint/parser": "5.54.1",
    "@vitest/coverage-c8": "0.29.2",
    "eslint": "8.36.0",
    "npm-run-all": "4.1.5",
    "typescript": "4.9.5",
    "vite": "4.1.4",
    "vitest": "0.29.2"
  },
  "dependencies": {
    "@cosmjs/proto-signing": "0.31.3",
    "base64js": "1.0.1",
    "cosmjs-types": "0.9.0",
    "long": "5.2.0",
    "protobufjs": "7.2.5"
  },
  "peerDependencies": {
    "@cosmjs/proto-signing": "0.31.x",
    "long": "5.2.x",
    "protobufjs": "7.2.x"
  },
  "resolutions": {
    "long": "5.2.0"
  }
}
