{
  "name": "@blockchainbros/vidar-amm-sdk",
  "version": "0.4.5",
  "author": "Blockchain Bros",
  "description": "TypeScript SDK for Vidar AMM on Solana",
  "main": "lib/sdk/src/index.js",
  "types": "lib/sdk/src/index.d.ts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/blockchainbros/vidar-amm"
  },
  "keywords": [
    "solana",
    "amm",
    "sdk",
    "blockchain",
    "defi",
    "vidar"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "postinstall": "npm run build"
  },
  "files": [
    "lib"
  ],
  "dependencies": {
    "@coral-xyz/anchor": "*",
    "@solana/web3.js": "*"
  },
  "peerDependencies": {
    "@coral-xyz/anchor": "*",
    "@solana/web3.js": "*"
  }
}
