{
    "name": "hashconnect",
    "version": "3.0.14",
    "description": "Hedera interoperability library",
    "author": "Tyler Coté <tyler@hashpack.app>, Nick Hanna <nick@hashpack.app>, Patrick Woosam <pwoosam5@icloud.com>",
    "repository": "https://github.com/Hashpack/hashconnect",
    "license": "MIT",
    "keywords": [
        "hashgraph",
        "hedera",
        "wallet",
        "crypto"
    ],
    "main": "./dist/main.js",
    "types": "./dist/main.d.ts",
    "files": [
        "dist/",
        "walletconnect/"
    ],
    "readme": "../README.md",
    "scripts": {
        "cli": "ts-node src/cli.ts",
        "lint": "eslint src/ --ext .js,.jsx,.ts,.tsx",
        "test": "jest",
        "clean": "rm -rf dist build package",
        "ts-node": "ts-node",
        "docs": "typedoc --entryPoints src/main.ts",
        "build": "tsc",
        "build-watch": "tsc -w",
        "build-all": "yarn clean && yarn build",
        "obfuscate": "javascript-obfuscator dist/hashconnect.js --output dist/hashconnect.js --dead-code-injection true --compact true --self-defending false && javascript-obfuscator dist/signer.js --output dist/signer.js --dead-code-injection true --compact true --self-defending false",
        "prepack": "npm run clean && npm run build && npm run obfuscate"
    },
    "devDependencies": {
        "@types/crypto-js": "^4.1.1",
        "@types/jest": "^29.5.0",
        "@types/node": "^18.15.11",
        "@types/secp256k1": "^4.0.3",
        "@types/uuid": "^8.3.1",
        "@types/ws": "^8.5.3",
        "@typescript-eslint/eslint-plugin": "^4.19.0",
        "@typescript-eslint/parser": "^4.19.0",
        "esbuild": "^0.13.12",
        "eslint": "^7.22.0",
        "javascript-obfuscator": "4.1.0",
        "jest": "^29.5.0",
        "ts-jest": "^29.1.0",
        "ts-node": "^10.9.1",
        "typedoc": "^0.23.28",
        "typescript": "^5.0.3"
    },
    "dependencies": {
        "@hashgraph/cryptography": "1.4.7",
        "@hashgraph/hedera-wallet-connect": "1.0.6",
        "@hashgraph/sdk": "2.41.0",
        "@walletconnect/auth-client": "2.1.2",
        "@walletconnect/modal": "2.6.2",
        "@walletconnect/sign-client": "2.11.2",
        "@walletconnect/types": "2.11.2",
        "buffer": "6.0.3",
        "ts-typed-events": "3.0.0"
    }
}
