{
  "name": "@parifi/sdk",
  "version": "2.2.24",
  "description": "Parifi SDK with common utility functions",
  "files": [
    "dist",
    "package.json"
  ],
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.ts"
    }
  },
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsup ./src",
    "prepare": "npm run build",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Parifi/parifi-sdk.git"
  },
  "keywords": [
    "perpetuals",
    "defi",
    "web3"
  ],
  "author": "Parifi",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Parifi/parifi-sdk/issues"
  },
  "homepage": "https://github.com/Parifi/parifi-sdk#readme",
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "jest": "^29.7.0",
    "prettier": "^3.2.4",
    "ts-jest": "^29.1.2",
    "tsup": "^8.0.1",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "@gelatonetwork/relay-sdk": "^5.5.5",
    "@openzeppelin/merkle-tree": "^1.0.8",
    "@parifi/references": "1.0.6-prod",
    "@parifi/synthetix-sdk-ts": "^0.2.10-dev",
    "axios": "^1.6.7",
    "decimal.js": "^10.4.3",
    "dotenv": "^16.4.5",
    "ethers": "^6.10.0",
    "graphql": "^16.8.1",
    "graphql-request": "^6.1.0",
    "permissionless": "0.1.16",
    "viem": "2.21.55"
  }
}
