{
  "name": "toncorp-wallet-connect-sdk",
  "version": "0.2.0",
  "description": "Wallet Connect SDK — connect TonPass, OneDollar and more wallets from any DApp",
  "author": "PlaygroundVina",
  "license": "MIT",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.cjs.js",
      "types": "./dist/index.d.ts"
    }
  },
  "files": [
    "dist",
    "registry.json",
    "README.md"
  ],
  "scripts": {
    "build": "rollup -c rollup.config.mjs",
    "prepublishOnly": "npm run build",
    "clean": "rm -rf dist"
  },
  "devDependencies": {
    "rollup": "^4.0.0",
    "@rollup/plugin-typescript": "^12.0.0",
    "tslib": "^2.7.0",
    "@rollup/plugin-terser": "^0.4.0",
    "typescript": "^5.0.0"
  },
  "keywords": [
    "wallet",
    "connect",
    "tonpass",
    "onedollar",
    "telegram",
    "dapp",
    "web3"
  ],
  "repository": {
    "type": "git",
    "url": ""
  },
  "sideEffects": false
}
