{
  "name": "@mahadao/arth-ethers",
  "version": "2.0.1",
  "description": "ARTH SDK Ethers-based implementation",
  "keywords": [
    "ARTH",
    "protocol",
    "DeFi",
    "Ethereum"
  ],
  "homepage": "https://github.com/mahadao/arth-core#readme",
  "license": "MIT",
  "author": "Steven Enamakel <enamakel@mahadao.com>",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": "https://github.com/mahadao/arth-core",
  "scripts": {
    "hardhat": "hardhat",
    "check-live-version": "ts-node scripts/check-live-version.ts",
    "delete-dev-deployments": "ts-node scripts/delete-dev-deployments.ts",
    "prepare": "run-s prepare:*",
    "prepare:deployments": "ts-node scripts/copy-deployments.ts",
    "prepare:types": "ts-node scripts/generate-types.ts",
    "prepare:eslint": "eslint src",
    "prepare:tsc": "tsc --project tsconfig.dist.json",
    "prepare:api": "api-extractor run --local",
    "save-live-version": "run-s save-live-version:*",
    "save-live-version:run": "ts-node scripts/save-live-version.ts",
    "save-live-version:check": "run-s check-live-version",
    "scrape-eth-usd": "ts-node scripts/scrape-eth-usd.ts",
    "spam-troves": "ts-node scripts/spam-troves.ts",
    "test": "hardhat test",
    "test-live": "run-s test-live:*",
    "test-live:check-version": "run-s check-live-version",
    "test-live:run": "cross-env USE_LIVE_VERSION=true hardhat test"
  },
  "peerDependencies": {
    "@mahadao/arth-base": "^3.0.0",
    "ethers": "^5.3.0"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "7.13.2",
    "@nomiclabs/hardhat-ethers": "2.0.2",
    "@types/chai": "4.2.15",
    "@types/chai-as-promised": "7.1.3",
    "@types/chai-spies": "1.0.3",
    "@types/fs-extra": "9.0.8",
    "@types/mocha": "8.2.1",
    "@types/node": "14.14.34",
    "@types/sinon-chai": "3.2.5",
    "@types/ws": "7.4.4",
    "@typescript-eslint/eslint-plugin": "4.17.0",
    "@typescript-eslint/parser": "4.18.0",
    "chai": "4.3.4",
    "chai-as-promised": "7.1.1",
    "chai-spies": "1.0.0",
    "cross-env": "7.0.3",
    "dotenv": "8.2.0",
    "eslint": "7.22.0",
    "eslint-plugin-tsdoc": "0.2.11",
    "ethers": "5.4.3",
    "fs-extra": "9.1.0",
    "hardhat": "2.12.6",
    "npm-run-all": "4.1.5",
    "ts-node": "9.1.1",
    "typescript": "4.1.5",
    "ws": "7.4.6"
  }
}
