{
  "name": "@h0ngcha0/typescript-sdk",
  "version": "0.0.1-rc.16",
  "description": "Typescript SDK for Zeta Market",
  "main": "./lib/index.js",
  "module": "./lib/index.mjs",
  "types": "./lib/index.d.ts",
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "import": "./lib/index.mjs",
      "require": "./lib/index.js"
    }
  },
  "files": [
    "lib",
    "src",
    "clmm",
    "cpmm",
    "staking"
  ],
  "scripts": {
    "prebuild": "bun run copy-artifacts",
    "build": "bunx tsup",
    "copy-artifacts": "rm -rf clmm cpmm staking && mkdir -p clmm cpmm staking && cp -r ../clmm/artifacts clmm/ && cp -r ../clmm/deployments clmm/ && cp -r ../cpmm/artifacts cpmm/ && cp -r ../cpmm/deployments cpmm/ && cp -r ../staking/artifacts staking/ && cp -r ../staking/deployments staking/",
    "dev": "bunx tsup src --watch --format cjs,esm --dts --sourcemap --no-splitting -d lib",
    "test": "bunx jest",
    "test:watch": "bunx jest --watch",
    "test:coverage": "bunx jest --coverage",
    "lint": "bunx eslint --max-warnings=0 . --ext .ts",
    "format": "bunx prettier --write .",
    "typecheck": "bunx tsc --noEmit",
    "clean": "rm -rf lib clmm cpmm staking",
    "prepublishOnly": "bun run build",
    "lint:fix": "bun run lint -- --fix",
    "format:check": "bunx prettier --check ."
  },
  "keywords": [
    "alephium",
    "cpmm",
    "clmm",
    "staking",
    "dex",
    "defi",
    "blockchain",
    "sdk",
    "zetamarkets"
  ],
  "author": "Zeta Markets",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/zetamarkets/zeta-alephium-sdk.git"
  },
  "dependencies": {
    "@alephium/token-list": "0.0.20",
    "@alephium/web3": "^2.0.8",
    "decimal.js": "^10.6.0"
  },
  "devDependencies": {
    "clmm": "0.0.26",
    "cpmm": "0.1.0",
    "staking": "0.1.0",
    "@alephium/web3-test": "^v2.0.8",
    "@types/jest": "^29.5.12",
    "@typescript-eslint/eslint-plugin": "^6.17.0",
    "@typescript-eslint/parser": "^6.17.0",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-prettier": "^5.1.3",
    "jest": "^29.7.0",
    "prettier": "^3.2.5",
    "ts-jest": "^29.1.2",
    "tsup": "^8.0.1",
    "typescript": "^5.3.3"
  },
  "engines": {
    "bun": ">=1.0.0"
  }
}
