{
    "name": "xraydium-client-sdk",
    "version": "0.3.0",
    "author": "Joe Howarth",
    "email": "josephehowarth@gmail.com",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "dependencies": {
        "@certusone/wormhole-sdk": "^0.9.3",
        "@ethersproject/abi": "^5.7.0",
        "@ethersproject/bytes": "^5.7.0",
        "@ethersproject/providers": "^5.7.0",
        "@improbable-eng/grpc-web-node-http-transport": "^0.15.0",
        "@project-serum/borsh": "^0.2.5",
        "@raydium-io/raydium-sdk": "^1.1.0-beta.44",
        "@solana/spl-token": "^0.2.0",
        "@solana/web3.js": "^1.53.0",
        "bn.js": "=5.2.1",
        "ethers": "^5.7.0"
    },
    "devDependencies": {
        "@types/bn.js": "^5.1.0"
    },
    "scripts": {
        "check": "tsc --noEmit --skipLibCheck",
        "build": "tsc --skipLibCheck"
    }
}
