{
  "name": "@reef-chain/evm-provider",
  "version": "4.0.5",
  "main": "common/index.js",
  "module": "esm/index.js",
  "types": "esm/index.d.ts",
  "repository": "git@github.com:reef-chain/evm-provider.git",
  "author": "Reef Developers",
  "license": "Apache-2.0",
  "scripts": {
    "build": "rm -rf build&&yarn build:esm &&yarn build:common &&cp yarn.lock build/yarn.lock&&cp package.json build/package.json",
    "build:esm": "tsc --project tsconfig.esm.json",
    "build:common": "tsc --project tsconfig.common.json",
    "build:clean": "rm -rf node_modules&&rm -f yarn.lock&&yarn install&&yarn build",
    "build:release": "polkadot-ci-ghact-build",
    "publish": "yarn build&&npm publish ./build",
    "lint": "polkadot-dev-run-lint",
    "clean": "polkadot-dev-clean-build",
    "test": "polkadot-dev-run-test --coverage --runInBand --testPathIgnorePatterns e2e",
    "test:one": "polkadot-dev-run-test",
    "test:watch": "polkadot-dev-run-test --watch"
  },
  "resolutions": {
    "@ethersproject/abstract-signer": "~5.5.0",
    "@ethersproject/abstract-provider": "~5.5.0"
  },
  "dependencies": {
    "@ethersproject/bignumber": "^5.7.0",
    "@open-web3/dev-config": "^0.2.9",
    "@open-web3/orml-api-derive": "^2.0.1",
    "@polkadot/api": "^13.2.1",
    "@polkadot/keyring": "^13.1.1",
    "@polkadot/rpc-provider": "^13.2.1",
    "@polkadot/types": "^13.2.1",
    "@polkadot/util": "^13.1.1",
    "@polkadot/util-crypto": "^13.1.1",
    "@typescript-eslint/eslint-plugin": "4.8.1",
    "blakejs": "~1.2.1",
    "ethers": "~5.5.0"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@babel/register": "^7.12.1",
    "@babel/runtime": "^7.12.5",
    "@types/chai": "^4.2.14",
    "@types/jest": "^27.0.1",
    "@types/validator": "^13.1.0",
    "ts-node": "~10.2.0",
    "typescript": "~5.2.2"
  },
  "packageManager": "yarn@4.0.2",
  "stableVersion": "1.0.15"
}
