{
  "name": "@meteora-ag/referral",
  "version": "0.0.4",
  "description": "Referral staking SDK",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "source": "./src/index.ts",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/**"
  ],
  "scripts": {
    "build": "rm -rf dist && tsup",
    "test": "bun test --timeout 30000",
    "prelease": "npm publish --tag next",
    "release": "npm publish --access public"
  },
  "devDependencies": {
    "@types/bn.js": "^5.2.0",
    "@types/bun": "^1.3.11",
    "@types/node": "^25.5.0",
    "anchor-litesvm": "^0.2.1",
    "litesvm": "^0.7.0",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "@coral-xyz/anchor": "^0.31.1",
    "@solana/spl-token": "^0.4.13",
    "@solana/web3.js": "^1.98.2",
    "bn.js": "^5.2.2",
    "decimal.js": "^10.6.0"
  }
}
