{
  "name": "@balena/jellyfish-client-sdk",
  "version": "13.11.8",
  "repository": {
    "type": "git",
    "url": "https://github.com/product-os/jellyfish-client-sdk.git"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "description": "HTTP client SDK for Jellyfish",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "files": [
    "build/"
  ],
  "directories": {
    "lib": "lib"
  },
  "deplint": {
    "files": [
      "lib/**/*.{ts}"
    ],
    "modules": [
      "lib"
    ]
  },
  "lint-staged": {
    "*.ts": [
      "balena-lint --fix"
    ],
    "*.{json,yml}": [
      "prettier -w"
    ]
  },
  "scripts": {
    "clean": "rimraf build",
    "build": "npm run clean && tsc -p tsconfig.build.json",
    "lint": "balena-lint lib test && deplint && prettier --check **/*.json **/*.yml",
    "lint:fix": "balena-lint --fix lib test && prettier -w **/*.json **/*.yml",
    "test": "npm run lint && npm run test:unit",
    "test:unit": "jest test",
    "prepack": "npm run build"
  },
  "author": "Balena.io. <hello@balena.io>",
  "license": "Apache-2.0",
  "dependencies": {
    "axios": "^0.27.2",
    "common-tags": "^1.8.2",
    "deep-copy": "^1.4.2",
    "fast-json-patch": "^3.1.1",
    "is-uuid": "^1.0.2",
    "lodash": "^4.17.21",
    "socket.io-client": "^4.7.2",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@balena/lint": "^7.0.2",
    "@types/common-tags": "^1.8.1",
    "@types/is-uuid": "^1.0.0",
    "@types/jest": "^29.5.4",
    "@types/lodash": "^4.14.197",
    "@types/node": "^18.15.11",
    "@types/sinon": "^10.0.16",
    "@types/uuid": "^9.0.2",
    "autumndb": "^29.0.18",
    "deplint": "^1.1.3",
    "jest": "^29.6.4",
    "lint-staged": "^14.0.1",
    "nock": "^13.3.3",
    "prettier": "^3.0.2",
    "rimraf": "^5.0.1",
    "simple-git-hooks": "^2.9.0",
    "sinon": "^15.2.0",
    "ts-jest": "^29.1.1",
    "typescript": "^5.2.2"
  },
  "simple-git-hooks": {
    "pre-commit": "npx lint-staged"
  },
  "versionist": {
    "publishedAt": "2023-09-03T00:05:44.072Z"
  }
}
