{
  "name": "@saberhq/anchor-contrib",
  "version": "3.0.0",
  "description": "TypeScript client for Anchor programs.",
  "homepage": "https://github.com/saber-hq/saber-common/tree/master/packages/anchor-contrib#readme",
  "repository": "git+https://github.com/saber-hq/saber-common.git",
  "bugs": "https://github.com/saber-hq/saber-common/issues",
  "funding": "https://www.coingecko.com/en/coins/saber",
  "author": "Saber Team <team@saber.so>",
  "license": "Apache-2.0",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    }
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "scripts": {
    "build": "tsc && tsc -P tsconfig.cjs.json",
    "clean": "rm -fr dist/",
    "prepublishOnly": "npm run build"
  },
  "peerDependencies": {
    "@coral-xyz/anchor": "^0.22 || ^0.23 || ^0.24 || ^0.28 || ^0.29",
    "@solana/web3.js": "^1.42",
    "bn.js": "^4 || ^5"
  },
  "devDependencies": {
    "@coral-xyz/anchor": "^0.29.0",
    "@saberhq/tsconfig": "^3.3.1",
    "@solana/web3.js": "^1.91.1",
    "@types/lodash.camelcase": "^4.3.9",
    "@types/lodash.mapvalues": "^4.6.9",
    "bn.js": "^5.2.1",
    "typescript": "^5.4.5"
  },
  "dependencies": {
    "@saberhq/solana-contrib": "^3.0.0",
    "eventemitter3": "^4.0.7",
    "lodash.camelcase": "^4.3.0",
    "lodash.mapvalues": "^4.6.0",
    "tslib": "^2.6.2"
  },
  "files": [
    "dist/",
    "src/"
  ],
  "publishConfig": {
    "access": "public"
  }
}