{
  "name": "@civic/civic-eth-provider",
  "version": "0.0.20",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/esm/index.d.ts",
  "author": "dev@civic.com",
  "scripts": {
    "build": "yarn clean && yarn build:esm && yarn build:cjs",
    "build:esm": "tsc --noEmit false --outDir dist/esm -p tsconfig.json",
    "build:cjs": "tsc --noEmit false --module commonjs --outDir dist/cjs -p tsconfig.json",
    "clean": "rm -rf ./dist",
    "prepare": "yarn build",
    "test": "yarn test:unit",
    "test:unit": "FORCE_COLOR=1 LOCAL=true LOG_LEVEL=error nyc --reporter=text ts-mocha --timeout 30000 --paths ${TEST_FILTER:-'test/unit/**/*.ts'}",
    "lint": "tsc --noEmit && eslint src/**/*.ts --max-warnings 0",
    "lint:fix": "yarn lint --fix"
  },
  "dependencies": {
    "@ethersproject/abstract-provider": "^5.6.0",
    "@ethersproject/networks": "^5.7.1",
    "@ethersproject/providers": "^5.7.2",
    "ramda": "^0.28.0",
    "tslib": "^2.3.1"
  },
  "devDependencies": {
    "@types/aws-lambda": "^8.10.97",
    "@types/chai": "^4.3.1",
    "@types/chai-as-promised": "^7.1.5",
    "@types/mocha": "^9.1.1",
    "@types/node": "^17.0.40",
    "@types/ramda": "^0.28.13",
    "@types/sinon": "^10.0.11",
    "@typescript-eslint/eslint-plugin": "^4.28.1",
    "@typescript-eslint/parser": "^4.28.1",
    "chai": "^4.3.6",
    "chai-as-promised": "^7.1.1",
    "eslint": "^7.29.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-no-only-tests": "^2.6.0",
    "eslint-plugin-prettier": "^3.4.0",
    "mocha": "^10.0.0",
    "nyc": "^15.1.0",
    "prettier": "^2.3.2",
    "sinon": "^14.0.0",
    "ts-mocha": "^10.0.0",
    "typescript": "^4.3.5"
  },
  "peerDependencies": {
    "aws-sdk": "^2.1300.0"
  },
  "gitHead": "5db5c9750fb134dc2fc6b9361064cb05c414f192"
}
