{
    "name": "@open-ic/openchat-botclient",
    "version": "1.0.7",
    "description": "A client library for OpenChat bots to interact with the OpenChat backend",
    "main": "lib/index.cjs",
    "module": "lib/index.mjs",
    "types": "lib/index.d.ts",
    "scripts": {
        "build": "rollup -c"
    },
    "author": "julian.jelfs@gmail.com",
    "license": "ISC",
    "devDependencies": {
        "@rollup/plugin-commonjs": "^28.0.2",
        "@rollup/plugin-node-resolve": "^16.0.0",
        "@rollup/plugin-typescript": "^12.1.2",
        "@types/jsonwebtoken": "^9.0.7",
        "@typescript-eslint/eslint-plugin": "^6.4.0",
        "@typescript-eslint/parser": "^6.4.0",
        "eslint-config-prettier": "^9.0.0",
        "eslint-plugin-prettier": "^5.0.0",
        "rollup": "^4.28.1",
        "typescript": "^5.7.2"
    },
    "dependencies": {
        "@dfinity/agent": "^2.2.0",
        "@dfinity/candid": "^2.2.0",
        "@dfinity/identity-secp256k1": "^2.2.0",
        "@dfinity/principal": "^2.2.0",
        "js-sha3": "^0.9.3",
        "jsonwebtoken": "^9.0.2"
    }
}
