{
  "name": "@alphafi/alphalend-sdk",
  "version": "3.0.2",
  "description": "",
  "type": "module",
  "files": [
    "dist",
    "README.md"
  ],
  "main": "dist/esm/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js"
    }
  },
  "scripts": {
    "clean": "rm -rf dist",
    "build": "npm run clean && npm run build:esm",
    "build:esm": "tsc --project tsconfig.esm.json && echo '{\"type\":\"module\"}' > dist/esm/package.json",
    "build:docker": "npm run build",
    "lint": "eslint 'src/**/*.ts' --fix",
    "format": "prettier --write 'src/**/*.ts'",
    "test:esm": "NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" jest --config jest.config.esm.js --silent --verbose=false",
    "test": "npm run test:esm",
    "docs": "typedoc"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "engines": {
    "node": ">=22.14.0"
  },
  "dependencies": {
    "@7kprotocol/sdk-ts": "^3.4.1",
    "@cetusprotocol/aggregator-sdk": "^1.5.5",
    "@pythnetwork/pyth-sui-js": "^2.2.0",
    "@types/bn.js": "^5.2.0",
    "decimal.js": "^10.5.0",
    "dotenv": "^17.2.2",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@mysten/sui": "^2.17.0",
    "@types/jest": "^30.0.0",
    "@types/node": "^24.4.0",
    "babel-loader": "^10.0.0",
    "eslint": "^9.14.0",
    "eslint-config-prettier": "^10.1.1",
    "eslint-plugin-prettier": "^5.2.1",
    "eslint-plugin-react": "^7.37.2",
    "jest": "^30.1.3",
    "ts-jest": "^29.4.1",
    "ts-node": "^10.9.2",
    "typedoc": "^0.28.0",
    "typescript": "^5.9.2",
    "typescript-eslint": "^8.14.0"
  },
  "peerDependencies": {
    "@mysten/sui": "^2.17.0"
  },
  "overrides": {
    "@mysten/sui": "^2.17.0"
  }
}
