{
  "name": "cc-other-sdk",
  "version": "2.4.0",
  "description": "Typescript SDK to interact with Circus program.",
  "main": "dist/src/index.js",
  "types": "dist/src/index.d.ts",
  "license": "MIT",
  "scripts": {
    "publish-sdk": "yarn install && yarn build && npm publish",
    "build": "rm -d -r dist && tsc",
    "lint": "eslint '**/*.ts' --fix"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CircusCasino/circus_casino.git"
  },
  "keywords": [
  ],
  "author": "CC",
  "homepage": "",
  "dependencies": {
    "@metaplex-foundation/beet-solana": "^0.3.1",
    "@metaplex-foundation/beet": "^0.7.1",
    "@orca-so/common-sdk": "0.3.7",
    "@orca-so/orca-sdk": "^0.2.0",
    "@orca-so/whirlpools-sdk": "0.11.9",
    "@project-serum/anchor": "0.26.0",
    "@saberhq/solana-contrib": "^1.14.11",
    "@saberhq/token-utils": "^1.14.11",
    "@solana/buffer-layout": "^4.0.0",
    "@solana/codecs": "2.0.0-preview.2",
    "@solana/spl-token": "^0.1.8",
    "@solana/spl-token-registry": "^0.2.4574",
    "@solana/web3.js": "^1.91.6",
    "bn.js": "^5.2.0",
    "jsbi": "^4.3.0",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@types/big.js": "^6.1.3",
    "@types/bn.js": "^5.1.0",
    "@types/chai": "^4.3.0",
    "@types/lodash": "^4.14.195",
    "@types/mocha": "^9.0.0",
    "@types/node": "^17.0.33",
    "fastestsmallesttextencoderdecoder": "^1.0.22",
    "prettier": "^2.6.2",
    "typescript": "5.4.5"
  },
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
  "engines": {
    "node": ">=18.20.3"
  }
}
