{
  "name": "@quantform/hyperliquid",
  "version": "0.7.22",
  "license": "MIT",
  "author": "Mateusz Majchrzak",
  "description": "Node.js library for building systematic trading strategies in reactive way.",
  "repository": {
    "type": "git",
    "url": "https://github.com/quantform/quantform"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "dependencies": {
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "rxjs": "^7.8.0",
    "@quantform/core": "0.7.22"
  },
  "peerDependencies": {
    "@quantform/core": "0.7.22"
  },
  "scripts": {
    "build": "tsc && tsc-alias",
    "test": "jest"
  }
}