{
  "name": "@jup-ag/lifinity-sdk-v2",
  "version": "1.0.8",
  "description": "",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "module": "lib/index.mjs",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "tsup",
    "prepare": "npm run build"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "devDependencies": {
    "@types/chai": "^4.2.15",
    "@types/mocha": "^8.2.1",
    "chai": "^4.3.0",
    "javascript-obfuscator": "^4.0.0",
    "ts-mocha": "^8.0.0",
    "tsup": "^6.4.0",
    "typescript": "^4.4.4"
  },
  "dependencies": {
    "@project-serum/anchor": "0.24.2",
    "@project-serum/borsh": "^0.2.5",
    "@project-serum/serum": "^0.13.61",
    "@pythnetwork/client": "^2.5.1",
    "@solana/spl-token": "^0.1.8",
    "@solana/web3.js": "^1.31.0",
    "decimal.js": "^10.3.1"
  }
}
