{
  "name": "@solana/spl-governance",
  "version": "0.3.28",
  "description": "SPL Governance Client API",
  "author": "Solana Maintainers <maintainers@solana.foundation>",
  "homepage": "https://github.com/solana-labs/oyster/blob/main/packages/governance-sdk/README.md",
  "license": "MIT",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/solana-labs/oyster.git"
  },
  "sideEffects": false,
  "scripts": {
    "build": "tsc",
    "test": "jest",
    "start": "npm-run-all --parallel watch",
    "watch": "tsc --watch"
  },
  "bugs": {
    "url": "https://github.com/solana-labs/oyster/issues"
  },
  "dependencies": {
    "@solana/web3.js": "^1.22.0",
    "bignumber.js": "^9.0.1",
    "bn.js": "^5.1.3",
    "borsh": "^0.3.1",
    "bs58": "^4.0.1",
    "superstruct": "^0.15.2",
    "axios": "^1.1.3"
  },
  "devDependencies": {
    "esbuild": "^0.14.11",
    "esbuild-jest": "^0.5.0",
    "jest": "^29.2.0",
    "typescript": "^4.5.4",
    "@solana/spl-token": "0.1.3",
    "ts-jest": "29.0.3",
    "@types/jest": "29.2.0"
  },
  "jest": {
    "testTimeout": 20000,
    "transform": {
      "^.+\\.tsx?$": "esbuild-jest"
    },
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  }
}