{
  "name": "mcswap-sdk",
  "version": "0.5.6",
  "description": "Javascript SDK for the McSwap Protocol",
  "main": "mcswap-sdk.js",
  "type": "module",
  "scripts": {
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SolDapper/mcswap-sdk.git"
  },
  "keywords": [
    "solana",
    "trustless",
    "escrow",
    "marketplace",
    "otc",
    "p2p"
  ],
  "author": "@SolDapper",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SolDapper/mcswap-sdk/issues"
  },
  "homepage": "https://mcswap.xyz",
  "dependencies": {
    "@solana/spl-account-compression": "^0.2.1",
    "@solana/spl-memo": "^0.2.5",
    "@solana/spl-token": "^0.3.11",
    "@solana/web3.js": "^1.89.0",
    "bn.js": "^5.2.1",
    "bs58": "^5.0.0",
    "buffer-layout": "^1.2.2"
  }
}