{
  "name": "pumpfun-swap-sdk",
  "version": "1.0.1",
  "description": "SDK for interacting with the PumpFun AMM on Solana",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "test": "node test.js"
  },
  "keywords": [
    "solana",
    "amm",
    "sdk",
    "pumpfun",
    "swap",
    "defi"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@coral-xyz/anchor": "^0.31.0",
    "@solana/spl-token": "^0.4.13",
    "@solana/web3.js": "^1.98.0",
    "bn.js": "^5.2.1",
    "chai": "^4.3.7"
  },
  "devDependencies": {
    "@types/bn.js": "^5.1.5",
    "@types/chai": "^5.2.1",
    "@types/mocha": "^10.0.10",
    "mocha": "^10.3.0",
    "ts-node": "^10.9.2",
    "tsconfig-paths": "^4.2.0",
    "typescript": "^5.3.3"
  }
}
