{
  "name": "@razorlabs/amm-sdk",
  "license": "MIT",
  "version": "1.0.11",
  "description": "🛠 An SDK for building applications on top of RazorDEX.",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/razorlabs/razor-dex-sdk.git",
    "directory": "packages/amm"
  },
  "keywords": [
    "RazorLabs",
    "RazorDEX",
    "amm",
    "amm-sdk"
  ],
  "module": "dist/index.mjs",
  "engines": {
    "node": ">=10"
  },
  "prettier": {
    "printWidth": 120,
    "semi": false,
    "singleQuote": true
  },
  "dependencies": {
    "@aptos-labs/ts-sdk": "^1.35.0",
    "big.js": "6.2.2",
    "decimal.js-light": "2.5.1",
    "tiny-invariant": "1.3.3",
    "toformat": "2.0.0",
    "@razorlabs/swap-sdk-core": "1.0.11"
  },
  "devDependencies": {
    "@types/big.js": "6.2.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "axios": "^1.7.9"
  },
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "test": "vitest --run",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
  }
}