{
    "name": "@wahack/library-sui",
    "description": "Sui library housing helper methods, classes to interact with Bluefin protocol(s) deployed on Sui ",
    "version": "2.6.19",
    "main": "dist/index.js",
    "typings": "dist/index",
    "scripts": {

    },
    "directories": {
        "test": "tests"
    },
    "dependencies": {
        "@7kprotocol/sdk-ts": "^2.4.1",
        "@aws-sdk/client-kms": "^3.438.0",
        "@mysten/bcs": "^1.1.0",
        "@mysten/sui": "^1.21.1",
        "@mysten/wallet-standard": "^0.13.7",
        "@mysten/zklogin": "^0.7.22",
        "@noble/hashes": "^1.2.0",
        "@noble/secp256k1": "^1.7.1",
        "add": "^2.0.6",
        "asn1.js": "^5.4.1",
        "avsc": "^5.7.6",
        "bignumber.js": "^9.1.0",
        "bs58": "^5.0.0",
        "chai-as-promised": "^7.1.1",
        "decimal.js": "^10.4.3",
        "dotenv": "^16.0.3",
        "dotenv-parse-variables": "^2.0.0",
        "eth-crypto": "^2.6.0",
        "ethereumjs-wallet": "^1.0.2",
        "lodash": "^4.17.21",
        "shio-fast-sdk": "0.0.5",
        "ts-binary-serializer": "^2.1.3",
        "tweetnacl": "^1.0.3"
    },
    "devDependencies": {
        "@types/chai": "^4.3.3",
        "@types/chai-as-promised": "^7.1.5",
        "@types/dotenv-parse-variables": "^2.0.1",
        "@types/expect": "^24.3.0",
        "@types/lodash": "^4.14.195",
        "@types/mocha": "^10.0.0",
        "@typescript-eslint/eslint-plugin": "^5.0.0",
        "chai": "^4.3.6",
        "eslint": "^8.42.0",
        "eslint-config-standard-with-typescript": "^34.0.0",
        "eslint-plugin-import": "^2.25.2",
        "eslint-plugin-n": "^15.0.0",
        "eslint-plugin-promise": "^6.0.0",
        "git-format-staged": "^3.0.0",
        "husky": "^8.0.0",
        "mocha": "^10.1.0",
        "prettier": "^2.8.8",
        "pretty-quick": "^3.1.3",
        "ts-mocha": "^10.0.0",
        "ts-node": "^10.9.1",
        "typescript": "*"
    },
    "repository": {
        
    },
    "author": "",
    "license": "ISC",
    "publishConfig": {
        "access": "public"
    },
    "files": [
        "dist"
    ],
    "resolutions": {
        "valibot": "0.42.1"
    }
}
