{
  "name": "@leapwallet/name-matcha",
  "description": "Name Matcha is a javascript library for resolving names to wallet addresses in the cosmos universe.",
  "version": "2.1.1",
  "repository": "https://github.com/leapwallet/name-matcha",
  "author": "Leap Wallet",
  "license": "MIT",
  "type": "module",
  "source": "src/index.ts",
  "keywords": [
    "cosmos",
    "cosmwasm",
    "name-resolution"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.es.js",
      "require": "./dist/index.cjs",
      "default": "./dist/index.cjs"
    }
  },
  "module": "./dist/index.es.js",
  "main": "./dist/index.cjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "run-s build:*",
    "build:lib": "vite build",
    "build:types": "tsc",
    "lint": "eslint src",
    "dev": "run-p watch:*",
    "test": "vitest",
    "coverage": "vitest --coverage",
    "prettier:check": "prettier -c ./src",
    "prettier:write": "prettier -w ./src"
  },
  "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/cosmwasm-stargate": "0.30.0",
    "bech32": "1.1.4",
    "idna-uts46-hx": "5.0.7",
    "js-sha3": "0.8.0"
  },
  "peerDependencies": {
    "@cosmjs/cosmwasm-stargate": "0.30.0",
    "bech32": "1.1.4",
    "idna-uts46-hx": "5.0.7",
    "js-sha3": "0.8.0"
  }
}
