{
  "name": "align-sdk",
  "version": "0.3.11",
  "description": "Align Governance SDK",
  "main": "./dist/index.js",
  "browser": "./dist/index.js",
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dedmonkes/Decentralised-Social.git"
  },
  "author": "Professor Mint",
  "license": "MIT",
  "devDependencies": {
    "typescript": "^4.9.4"
  },
  "dependencies": {
    "@project-serum/anchor": "^0.25.0",
    "@shadow-drive/sdk": "^3.0.10",
    "@solana/spl-token": "^0.3.6",
    "@solana/web3.js": "^1.70.1",
    "js-sha256": "^0.9.0"
  }
}
