{
  "name": "@northflank/js-client",
  "version": "0.9.5",
  "license": "MIT",
  "author": "Marco Suter",
  "main": "dist/cjs/api-client.js",
  "typings": "dist/esm/api-client.d.ts",
  "module": "dist/esm/api-client.js",
  "exports": {
    ".": {
      "import": "./dist/esm/api-client.js",
      "require": "./dist/cjs/api-client.js"
    }
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "bufferutil": "^4.0.9",
    "lodash-es": "^4.18.0",
    "node-fetch": "2.6.7",
    "pump": "^3.0.3",
    "tar": "^7.5.13",
    "utf-8-validate": "^6.0.5",
    "whatwg-url": "14.2.0",
    "ws": "^8.18.3"
  },
  "overrides": {
    "node-fetch@2.6.7": {
      "whatwg-url": "14.2.0"
    }
  },
  "resolutions": {
    "node-fetch/whatwg-url": "14.2.0"
  },
  "files": [
    "dist/",
    "LICENSE"
  ],
  "keywords": [
    "northflank",
    "client",
    "nf"
  ]
}
