{
  "name": "@alphabatem/shadow-drive-sdk",
  "version": "2.0.3",
  "description": "Interfaces for GenesysGo ShadowDrive",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/babilu-online/shadow-drive"
  },
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist/**/*"
  ],
  "license": "MIT",
  "scripts": {
    "build": "tsc",
    "docs": "typedoc --excludePrivate --includeVersion --out ./docs src",
    "test": "jest --forceExit"
  },
  "devDependencies": {
    "@types/jest": "^27.5.0",
    "@types/node": "^17.0.31",
    "jest": "^28.1.0",
    "jest-config": "^28.1.0",
    "ts-jest": "^28.0.2",
    "ts-jest-resolver": "^2.0.0",
    "typedoc": "^0.22.15",
    "typescript": "^4.6.4"
  },
  "dependencies": {
    "@project-serum/anchor": "^0.24.2",
    "@solana/spl-token": "0.1.8",
    "cross-fetch": "^3.1.5",
    "form-data": "^4.0.0",
    "react": "^18.1.0"
  }
}
