{
  "name": "@sqds/mesh",
  "version": "1.0.6",
  "description": "An SDK for easily interacting with Squads Mesh Program",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/squads-protocol/mesh-sdk.git"
  },
  "files": [
    "lib/"
  ],
  "scripts": {
    "test": "ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts",
    "build": "tsc"
  },
  "dependencies": {
    "@project-serum/anchor": "^0.25.0",
    "@solana/web3.js": "^1.53.0",
    "bn.js": "^5.2.1"
  },
  "devDependencies": {
    "@types/bn.js": "^5.1.0",
    "@types/chai": "^4.3.1",
    "@types/expect": "^24.3.0",
    "@types/mocha": "^9.1.1",
    "chai": "^4.3.4",
    "mocha": "^9.0.3",
    "prettier": "^2.7.1",
    "ts-mocha": "10.0.0",
    "typescript": "^4.3.5"
  },
  "author": "Evan Doyle",
  "license": "AGPL-3.0-or-later"
}
