{
  "name": "lending-apy-fetcher-ts",
  "version": "1.0.13",
  "description": "TypeScript library for fetching APYs from DeFi lending protocols",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "test": "jest",
    "lint": "eslint src/**/*.ts",
    "format": "prettier --write src/**/*.ts"
  },
  "keywords": [
    "defi",
    "apy",
    "lending",
    "typescript",
    "crypto"
  ],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@graphprotocol/client-cli": "^3.0.7",
    "@types/jest": "^29.5.5",
    "@types/node": "^20.6.0",
    "@typescript-eslint/eslint-plugin": "^6.7.0",
    "@typescript-eslint/parser": "^6.7.0",
    "eslint": "^8.49.0",
    "jest": "^29.7.0",
    "prettier": "^3.0.3",
    "ts-jest": "^29.1.1",
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "@aave/contract-helpers": "^1.35.0",
    "@aave/math-utils": "^1.35.0",
    "@bgd-labs/aave-address-book": "^4.22.3",
    "dotenv": "^16.3.1",
    "ethers": "^5.8.0",
    "graphql": "^16.8.1"
  }
}
