{
    "name": "@tan_hoang/web3js-test-1",
    "version": "0.0.1",
    "license": "MIT",
    "description": "web3.js extension for kaiachain blockchain",
    "keywords": [
        "ethereum",
        "web3",
        "web3.js",
        "kaiachain",
        "kaiachain sdk",
        "kaiachain api"
    ],
    "homepage": "https://github.com/kaiachain/kaia-sdk/tree/dev/web3js-ext",
    "repository": {
        "type": "git",
        "url": "https://github.com/kaiachain/kaia-sdk"
    },
    "main": "dist/esm/index.js",
    "types": "dist/esm/index.d.ts",
    "files": [
        "./dist",
        "./src"
    ],
    "sideEffects": false,
    "exports": {
        ".": {
            "types": "./dist/esm/index.d.ts",
            "import": "./dist/esm/index.js",
            "default": "./dist/cjs/index.js"
        }
    },
    "scripts": {
        "build": "npm run build:tsc && npm run build:bundle",
        "build:tsc": "tsc && tsc -p tsconfig.cjs.json && npm run post:build",
        "post:build": "cpr ./misc/esm-package.json ./dist/esm/package.json -o",
        "build:bundle": "webpack --mode production",
        "watch": "tsc -w",
        "lint": "npm run lint:check",
        "lint:check": "eslint example src test --cache --quiet",
        "lint:fix": "eslint example src test --cache --fix",
        "test": "mocha test/**/*.ts",
        "prepublishOnly": "npm run build"
    },
    "devDependencies": {
        "@kaiachain/web3js-ext": "file:./",
        "@types/chai": "^4.3.4",
        "@types/chai-as-promised": "^7.1.5",
        "@types/lodash": "^4.14.192",
        "@types/mocha": "^10.0.1",
        "@typescript-eslint/eslint-plugin": "^6.1.0",
        "chai": "^4.3.7",
        "chai-as-promised": "^7.1.1",
        "cpr": "^3.0.1",
        "eslint": "^8.45.0",
        "eslint-plugin-import": "^2.27.5",
        "mocha": "^10.2.0",
        "ts-loader": "^9.5.1",
        "ts-node": "^10.9.1",
        "tsx": "^4.19.2",
        "typescript": "^5.0.4",
        "webpack": "^5.89.0",
        "webpack-cli": "^5.1.4"
    },
    "dependencies": {
        "@kaiachain/js-ext-core": "^2.0.3",
        "@kaiachain/web3rpc": "^2.0.0",
        "ethereum-cryptography": "^2.1.2",
        "lodash": "^4.17.21",
        "web3": "^4.1.0"
    }
}
