{
  "name": "@pancakeswap/stable-swap-sdk",
  "version": "2.0.13",
  "description": "SDK for pancakeswap stable swap",
  "repository": {
    "type": "git",
    "url": "https://github.com/pancakeswap/pancake-frontend.git",
    "directory": "packages/stable-swap-sdk"
  },
  "type": "module",
  "main": "dist/index.cjs",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "dependencies": {
    "tiny-invariant": "^1.3.0",
    "@pancakeswap/chains": "0.9.0",
    "@pancakeswap/swap-sdk-core": "1.6.0",
    "@pancakeswap/tokens": "0.9.0"
  },
  "devDependencies": {
    "tsup": "^6.7.0",
    "viem": "2.37.13",
    "@pancakeswap/token-lists": "0.1.0",
    "@pancakeswap/tsconfig": "0.0.0",
    "@pancakeswap/utils": "8.0.3",
    "@pancakeswap/sdk": "5.9.1"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest --run",
    "update:snapshot": "vitest -u",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
  }
}