{
    "name": "@oasisprotocol/client-rt",
    "version": "1.3.0",
    "license": "Apache-2.0",
    "homepage": "https://github.com/oasisprotocol/oasis-sdk/tree/main/client-sdk/ts-web/rt",
    "repository": {
        "type": "git",
        "url": "https://github.com/oasisprotocol/oasis-sdk.git",
        "directory": "client-sdk/ts-web/rt"
    },
    "files": [
        "dist"
    ],
    "main": "dist/index.js",
    "scripts": {
        "prepare": "tsc",
        "check-playground": "cd playground && tsc -p jsconfig.json",
        "check-missing-methods": "node ./check-missing-methods.mjs",
        "fmt": "prettier --write playground/src src test",
        "lint": "prettier --check playground/src src test",
        "playground": "cd playground && webpack s -c webpack.config.js",
        "test": "jest",
        "test-e2e-cy": "cypress run"
    },
    "dependencies": {
        "@noble/curves": "^1.6.0",
        "@noble/hashes": "^1.5.0",
        "@oasisprotocol/client": "^1.3.0",
        "@oasisprotocol/deoxysii": "^0.0.6",
        "tweetnacl": "^1.0.3",
        "viem": "^2.31.3"
    },
    "devDependencies": {
        "@types/jest": "^29.5.13",
        "buffer": "^6.0.3",
        "cypress": "^13.15.0",
        "jest": "^29.7.0",
        "prettier": "^3.3.3",
        "process": "^0.11.10",
        "stream-browserify": "^3.0.0",
        "ts-jest": "^29.2.5",
        "typedoc": "^0.26.7",
        "typescript": "^5.6.2",
        "webpack": "^5.95.0",
        "webpack-cli": "^5.1.4",
        "webpack-dev-server": "^5.1.0"
    }
}
