{
  "name": "@magiceden/magiceden-sdk",
  "version": "1.0.0-beta.3",
  "description": "A TypeScript SDK for interacting with Magic Eden's API across multiple chains.",
  "author": "Magic Eden",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/magiceden/magiceden-sdk.git"
  },
  "bugs": {
    "url": "https://github.com/magiceden/magiceden-sdk/issues"
  },
  "homepage": "https://github.com/magiceden/magiceden-sdk#readme",
  "keywords": [
    "magiceden",
    "nft",
    "blockchain",
    "solana",
    "ethereum",
    "api",
    "sdk"
  ],
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "publish-package": "npm run clean && npm run build && npm publish",
    "build": "tsc",
    "test": "jest",
    "lint": "eslint . --ext .ts",
    "format": "prettier --write \"src/**/*.ts\"",
    "prepare": "npm run build",
    "clean": "rimraf dist"
  },
  "dependencies": {
    "@reservoir0x/reservoir-sdk": "2.5.4",
    "@solana/web3.js": "^1.98.0",
    "axios": "^1.6.7",
    "bs58": "^6.0.0",
    "ts-retry-promise": "^0.8.1",
    "tweetnacl": "^1.0.3",
    "viem": "^2.22.19",
    "zod": "^3.24.2"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^22.13.9",
    "@typescript-eslint/eslint-plugin": "^8.26.0",
    "@typescript-eslint/parser": "^8.26.0",
    "eslint": "^9.21.0",
    "eslint-config-prettier": "^10.0.2",
    "jest": "^29.7.0",
    "prettier": "^3.5.3",
    "rimraf": "^5.0.5",
    "ts-jest": "^29.2.6",
    "typescript": "^5.8.2"
  }
}
