{
    "name": "@colligence/abc-web3-provider",
    "version": "1.0.194",
    "description": "abc wallet web3 provider",
    "main": "lib/index.js",
    "types": "lib/index.d.ts",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "prepare": "npm run clean && npm run build",
        "clean": "rm -rf lib",
        "build": "./node_modules/.bin/tsc --jsx react-jsx && npm run copy",
        "copy": "/bin/cp ./src/abc/sandbox/wasm.exec.js ./lib/abc/sandbox/",
        "lint:eslint": "eslint ./src --ext .ts,.tsx",
        "fix:prettier": "prettier . --write"
    },
    "author": "Klaytn Team",
    "license": "ISC",
    "dependencies": {
        "@alch/alchemy-web3": "^1.4.7",
        "@metamask/safe-event-emitter": "2.0.0",
        "@mui/material": "^5.13.0",
        "@types/chrome": "^0.0.235",
        "@types/ethereumjs-abi": "^0.6.3",
        "@types/ethjs-util": "^0.1.1",
        "@types/identicon.js": "^2.3.1",
        "@types/lodash": "^4.14.194",
        "@types/uuid": "^9.0.1",
        "@walletconnect/browser-utils": "^1.8.0",
        "@walletconnect/types": "^1.8.0",
        "@walletconnect/utils": "^1.8.0",
        "await-semaphore": "^0.1.3",
        "axios": "^1.4.0",
        "caver-js": "1.8.2",
        "copy-to-clipboard": "^3.3.1",
        "decimal.js": "^10.4.3",
        "dekey-eth-json-rpc-filters": "^4.2.2",
        "dekey-eth-json-rpc-middleware": "^7.0.4",
        "eth-block-tracker": "^6.1.0",
        "eth-json-rpc-errors": "^2.0.2",
        "eth-json-rpc-filters": "4.2.2",
        "eth-rpc-errors": "4.0.2",
        "eth-sig-util": "^3.0.1",
        "ethereumjs-abi": "^0.6.8",
        "ethereumjs-util": "^7.1.5",
        "ethjs-query": "^0.3.8",
        "extensionizer": "^1.0.1",
        "human-standard-token-abi": "^2.0.0",
        "identicon.js": "^2.3.3",
        "is-buffer": "^2.0.5",
        "json-rpc-engine": "^6.1.0",
        "jsonschema": "^1.4.1",
        "klip-sdk": "2.2.0",
        "lodash": "^4.17.21",
        "loglevel": "^1.8.1",
        "qrcode": "^1.5.1",
        "query-string": "^6.14.1",
        "react-secure-storage": "^1.2.2",
        "reflect-metadata": "^0.1.13",
        "swappable-obj-proxy": "^1.1.0",
        "tsyringe": "^4.7.0",
        "uuid": "^9.0.0",
        "zod": "^3.21.4"
    },
    "devDependencies": {
        "@types/jest": "^29.1.1",
        "@types/node": "^18.8.2",
        "@types/qrcode": "^1.5.0",
        "@types/react": "^18.0.21",
        "@types/react-dom": "^18.0.6",
        "@typescript-eslint/eslint-plugin": "^5.39.0",
        "@typescript-eslint/parser": "^5.39.0",
        "eslint": "^8.24.0",
        "eslint-config-prettier": "^8.5.0",
        "eslint-plugin-import": "^2.26.0",
        "eslint-plugin-prettier": "^4.2.1",
        "jest": "^29.1.2",
        "prettier": "^2.7.1",
        "ts-jest": "^29.0.3",
        "ts-node": "^10.9.1",
        "tslib": "^2.4.0",
        "typescript": "^4.8.3"
    },
    "files": [
        "lib/**/*"
    ],
    "bugs": {
        "url": "https://github.com/klaytn/klip-web3-provider/issues"
    },
    "homepage": "https://github.com/klaytn/klip-web3-provider#readme"
}
