{
    "name": "hyperledger-besu-ethers",
    "version": "0.2.1",
    "description": "JavaScript library that extends Ethers.js with Pantheon APIs including private transactions, administration, Clique, IBFT and Txpool",
    "main": "./dist/index.js",
    "types": "./dist/index.d.ts",
    "scripts": {
        "buildSol": "cd ./scripts && ./buildSol.sh",
        "build": "tsc --build ./tsconfig.json",
        "clean": "tsc --build --clean ./tsconfig.json",
        "test:jest": "jest --detectOpenHandles --forceExit --runInBand"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/besuchain/hyperledger-besu-ethers.git"
    },
    "keywords": [
        "Hyperledger",
        "Besu",
        "PegaSys",
        "Ethereum",
        "Enterprise Ethereum Alliance",
        "EEA",
        "private",
        "privacy",
        "privacy group",
        "Clique",
        "IBFT",
        "JavaScript",
        "library"
    ],
    "author": "Nick Addison",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/besuchain/hyperledger-besu-ethers/issues"
    },
    "homepage": "https://github.com/besuchain/hyperledger-besu-ethers#readme",
    "dependencies": {
        "ethers": "^5.0.24"
    },
    "devDependencies": {
        "@types/jest": "^24.0.17",
        "@types/node": "^14.14.25",
        "@typescript-eslint/eslint-plugin": "^4.12.0",
        "@typescript-eslint/parser": "^4.12.0",
        "codecov": "^3.8.1",
        "eslint": "^7.17.0",
        "ethers-4": "npm:ethers@^4.0.48",
        "jest": "^24.8.0",
        "ts-jest": "^24.0.2",
        "tslint-config-prettier": "^1.18.0",
        "typescript": "^3.5.3"
    }
}
