{
  "name": "@jup-ag/goosefx-ssl-sdk",
  "version": "1.2.23",
  "description": "SDK for interacting with GooseFX Single-sided Liquidity pools",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "dist/index.mjs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GooseFX1/gfx-ssl-sdk.git"
  },
  "keywords": [
    "ssl",
    "solana",
    "pool",
    "sdk",
    "goosefx"
  ],
  "files": [
    "/dist"
  ],
  "author": "GooseFX",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/GooseFX1/gfx-ssl-sdk/issues"
  },
  "homepage": "https://github.com/GooseFX1/gfx-ssl-sdk/tree/master/ts",
  "scripts": {
    "build": "tsup ./src/index.ts",
    "watch": "tsup ./src/index.ts -w",
    "prettier-format": "prettier --config .prettierrc 'src/**/*.ts' --write",
    "prepare": "cd .. && husky install",
    "prepublishOnly": "tsup ./src/index.ts",
    "test": "jest"
  },
  "dependencies": {
    "@project-serum/anchor": "^0.17.1-beta.1",
    "@pythnetwork/client": "^2.8.0",
    "@solana/buffer-layout": "^4.0.0",
    "@solana/spl-token": "^0.2.0",
    "@solana/web3.js": "^1.41.1"
  },
  "devDependencies": {
    "@babel/core": "^7.17.12",
    "@babel/plugin-transform-modules-commonjs": "^7.17.12",
    "@babel/preset-env": "^7.17.12",
    "@types/bn.js": "^4.11.6",
    "@types/jest": "^27.5.1",
    "@types/node": "^12.0.0",
    "@typescript-eslint/eslint-plugin": "^4.26.0",
    "@typescript-eslint/parser": "^4.26.0",
    "babel-jest": "^28.1.0",
    "builder-pattern": "^1.3.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-config-react-app": "^6.0.0",
    "husky": "^7.0.1",
    "jest": "^28.1.0",
    "lint-staged": ">=10",
    "prettier": "^2.3.2",
    "ts-jest": "^28.0.2",
    "ts-loader": "^9.3.0",
    "tsup": "^6.2.3",
    "typescript": "^4.6.4"
  }
}
