{
  "name": "@liqnft/candy-shop-sdk",
  "version": "0.5.79",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "SEE LICENSE IN LICENSE",
  "scripts": {
    "build": "rm -rf dist && tsc",
    "test": "ts-mocha test/**/*.spec.ts"
  },
  "dependencies": {
    "@liqnft/candy-shop-types": "0.2.79",
    "@opensea/seaport-js": "^1.0.8",
    "@project-serum/anchor": "^0.23.0",
    "@solana/spl-token": "^0.2.0",
    "@solana/wallet-adapter-react": "^0.15.4",
    "@solana/web3.js": "^1.47.3",
    "axios": "^0.26.1",
    "crc-32": "^1.2.2",
    "ethers": "^5.7.1",
    "idb": "^7.0.1",
    "qs": "^6.10.3"
  },
  "devDependencies": {
    "@metaplex-foundation/js": "0.13.1",
    "@types/expect": "^24.3.0",
    "@types/mocha": "^9.1.0",
    "mocha": "^9.2.2",
    "ts-mocha": "^9.0.2",
    "typescript": "^4.6.3"
  }
}
