{
  "name": "@curvefi/api",
  "version": "2.69.17",
  "description": "JavaScript library for curve.finance",
  "main": "lib/index.js",
  "author": "Macket",
  "license": "MIT",
  "private": false,
  "engines": {
    "node": "24"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/curvefi/curve-js.git"
  },
  "bugs": {
    "url": "https://github.com/curvefi/curve-js/issues"
  },
  "scripts": {
    "build": "rm -rf lib && tsc --project tsconfig.build.json",
    "lint": "eslint src --ext .ts",
    "lint:fix": "eslint src --fix",
    "watch": "tsc --watch",
    "watch:lib": "rm -rf lib && tsc --watch --project tsconfig.build.json"
  },
  "type": "module",
  "devDependencies": {
    "@babel/eslint-parser": "^7.28.6",
    "@eslint/eslintrc": "^3.3.4",
    "@eslint/js": "^9.39.3",
    "@types/chai": "^5.2.3",
    "@types/memoizee": "^0.4.12",
    "@types/mocha": "^10.0.10",
    "@types/node": "^25.3.0",
    "@typescript-eslint/eslint-plugin": "^8.56.1",
    "@typescript-eslint/parser": "^8.56.1",
    "chai": "^6.2.2",
    "eslint": "^9.39.3",
    "globals": "^17.3.0",
    "mocha": "^11.7.5",
    "typescript": "^5.9.3",
    "vue-eslint-parser": "^10.4.0"
  },
  "dependencies": {
    "@curvefi/ethcall": "6.0.20",
    "bignumber.js": "^10.0.2",
    "ethers": "^6.16.0",
    "memoizee": "^0.4.17"
  }
}
