{
  "name": "@vechain/dapp-kit",
  "version": "2.3.3",
  "homepage": "https://github.com/vechain/vechain-dapp-kit",
  "repository": "github:vechain/vechain-dapp-kit",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsup",
    "clean": "rm -rf dist .turbo",
    "lint": "eslint",
    "purge": "yarn clean && rm -rf node_modules",
    "test": "vitest run --coverage",
    "watch": "yarn build --watch"
  },
  "dependencies": {
    "@vechain/connex-wallet-buddy": "^0.1.12",
    "@vechain/sdk-core": "^2.1.0",
    "@vechain/sdk-errors": "^2.1.0",
    "@vechain/sdk-network": "^2.1.0",
    "@walletconnect/modal": "2.7.0",
    "@walletconnect/sign-client": "2.19.2",
    "@walletconnect/utils": "2.19.2",
    "events": "^3.3.0",
    "valtio": "1.13.2",
    "viem": "2.23.2"
  },
  "devDependencies": {
    "@types/react": "^19.1.0",
    "@types/react-dom": "^19.1.1",
    "@vitest/coverage-v8": "^3.1.1",
    "@walletconnect/types": "2.19.2",
    "eslint": "^9.24.0",
    "happy-dom": "^17.4.4",
    "lokijs": "^1.5.12",
    "tsup": "^8.4.0",
    "typescript": "^5.8.3",
    "vite": "^6.2.5",
    "vitest": "^3.1.1"
  }
}