{
  "name": "@abacus-network/sdk",
  "description": "The official SDK for the Abacus Network",
  "version": "0.4.3-processtest",
  "dependencies": {
    "@abacus-network/app": "0.4.2-processtest",
    "@abacus-network/celo-ethers-provider": "^0.1.0",
    "@abacus-network/core": "0.4.2-processtest",
    "@abacus-network/utils": "0.4.2-processtest",
    "@types/debug": "^4.1.7",
    "coingecko-api": "^1.0.10",
    "cross-fetch": "^3.1.5",
    "debug": "^4.3.4",
    "ethers": "^5.6.8"
  },
  "devDependencies": {
    "@nomiclabs/hardhat-ethers": "^2.0.5",
    "@nomiclabs/hardhat-waffle": "^2.0.2",
    "@types/coingecko-api": "^1.0.10",
    "@types/node": "^16.9.1",
    "chai": "^4.3.6",
    "dotenv": "^10.0.0",
    "ethereum-waffle": "^3.4.4",
    "fs": "0.0.1-security",
    "hardhat": "^2.8.4",
    "mocha": "^9.2.2",
    "prettier": "^2.4.1",
    "sinon": "^13.0.2",
    "ts-node": "^10.8.0",
    "typescript": "^4.7.2"
  },
  "files": [
    "/dist"
  ],
  "homepage": "https://www.useabacus.network",
  "keywords": [
    "Abacus",
    "SDK",
    "Typescript"
  ],
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "repository": "https://github.com/abacus-network/abacus-monorepo",
  "scripts": {
    "build": "tsc",
    "check": "tsc --noEmit",
    "clean": "rm -rf ./dist ./cache",
    "prepublishOnly": "yarn build",
    "prettier": "prettier --write ./src",
    "test": "yarn test:unit && yarn test:hardhat",
    "test:unit": "mocha --config .mocharc.json './src/**/*.test.ts'",
    "test:hardhat": "hardhat test ./src/**/*.hardhat-test.ts"
  },
  "types": "dist/index.d.ts",
  "stableVersion": "0.4.1"
}
