{
  "name": "kk-v3-sdk",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "version": "0.7.8",
  "description": "⚒️ An SDK for building applications on top of Pancakeswap V3",
  "files": [
    "dist"
  ],
  "keywords": [
    "pancakeswap",
    "bsc"
  ],
  "sideEffects": false,
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "dist/index.mjs",
  "scripts": {
    "build": "tsup --format cjs,esm --dts",
    "dev": "tsup --watch",
    "test": "jest",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
  },
  "dependencies": {
    "big.js": "^6.2.1",
    "decimal.js-light": "^2.5.0",
    "ethers": "^6.7.1",
    "tiny-invariant": "^1.1.0",
    "tiny-warning": "^1.0.3",
    "toformat": "^2.0.0",
    "viem": "1.12.2"
  },
  "devDependencies": {
    "@types/big.js": "^6.2.0",
    "@types/jest": "^29.5.4",
    "isomorphic-fetch": "^3.0.0",
    "jest": "^29.6.4",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "tsup": "^6.7.0",
    "typescript": "^5.1.3"
  },
  "engines": {
    "node": ">=10"
  },
  "prettier": {
    "printWidth": 120,
    "semi": false,
    "singleQuote": true
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  }
}
