UNPKG

@reef-defi/evm-provider

Version:
53 lines (52 loc) 1.65 kB
{ "name": "@reef-defi/evm-provider", "version": "1.0.11", "main": "index.js", "types": "index.d.ts", "repository": "git@github.com:reef-defi/evm-provider.js.git", "author": "Reef Developers", "license": "Apache-2.0", "scripts": { "build": "polkadot-dev-build-ts", "build:release": "polkadot-ci-ghact-build", "lint": "polkadot-dev-run-lint", "clean": "polkadot-dev-clean-build", "postinstall": "polkadot-dev-yarn-only", "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": { "@open-web3/dev-config": "0.1.13", "@open-web3/scanner": "1.0.1", "@polkadot/api": "~6.4.2", "@polkadot/keyring": "~7.9.2", "@polkadot/rpc-provider": "~6.4.2", "@polkadot/types": "~6.4.2", "@polkadot/util": "~7.9.2", "@polkadot/util-crypto": "~7.9.2", "@reef-defi/api": "^1.0.4", "@reef-defi/api-derive": "^1.0.4", "@reef-defi/type-definitions": "^1.0.4", "@reef-defi/types": "^1.0.4", "@typescript-eslint/eslint-plugin": "4.8.1", "blakejs": "~1.1.0", "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": "~4.4.3" }, "packageManager": "yarn@3.0.1", "stableVersion": "1.0.3" }