{
  "name": "@orderly.network/perp",
  "version": "5.1.2",
  "description": "",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "keywords": [],
  "author": "Orderly Network",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@babel/core": "^7.22.9",
    "@babel/preset-env": "^7.22.9",
    "@babel/preset-typescript": "^7.22.5",
    "@jest/globals": "^30.0.2",
    "@types/jest": "^29.5.3",
    "babel-jest": "^29.6.1",
    "jest": "^29.6.1",
    "tsup": "^8.5.1",
    "typedoc": "^0.26.5",
    "typescript": "^5.1.6",
    "tsconfig": "1.1.2"
  },
  "dependencies": {
    "@orderly.network/types": "3.1.2",
    "@orderly.network/utils": "3.1.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "dev": "tsup --watch",
    "build": "tsup",
    "doc": "typedoc --out docs src",
    "test": "jest"
  }
}