{
    "name": "axelar-cgp-ton",
    "version": "1.2.3",
    "description": "Utilities for Axelar Cross-Chain Gateway Protocol (CGP) on TON blockchain",
    "main": "dist/index.js",
    "module": "dist/index.mjs",
    "types": "dist/index.d.ts",
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "import": "./dist/index.mjs",
            "require": "./dist/index.js"
        }
    },
    "files": [
        "dist",
        "README.md",
        "LICENSE"
    ],
    "scripts": {
        "build": "tsup",
        "prepublishOnly": "npm run build",
        "dev": "tsup --watch",
        "type-check": "tsc --noEmit"
    },
    "keywords": [
        "axelar",
        "ton",
        "blockchain",
        "cross-chain",
        "gmp",
        "gateway",
        "protocol"
    ],
    "devDependencies": {
        "@types/node": "^24.0.4",
        "ethers": "^5.7.0",
        "tsup": "^8.5.0",
        "typescript": "^5.8.3"
    },
    "dependencies": {
        "@ton/core": "^0.61.0",
        "tweetnacl-util": "^0.15.1"
    },
    "peerDependencies": {
        "ethers": "^5.7.0"
    }
}
