{
  "name": "@apiclient.xyz/docker",
  "version": "5.1.5",
  "description": "Provides easy communication with Docker remote API from Node.js, with TypeScript support.",
  "private": false,
  "main": "dist_ts/index.js",
  "typings": "dist_ts/index.d.ts",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://code.foss.global/apiclient.xyz/docker.git"
  },
  "keywords": [
    "Docker",
    "API",
    "Node.js",
    "TypeScript",
    "Containers",
    "Images",
    "Networks",
    "Services",
    "Secrets"
  ],
  "author": "Lossless GmbH",
  "license": "MIT",
  "bugs": {
    "url": "https://code.foss.global/apiclient.xyz/docker/issues"
  },
  "homepage": "https://code.foss.global/apiclient.xyz/docker#readme",
  "dependencies": {
    "@push.rocks/lik": "^6.4.0",
    "@push.rocks/smartarchive": "^5.2.1",
    "@push.rocks/smartbucket": "^4.5.1",
    "@push.rocks/smartfile": "^13.1.2",
    "@push.rocks/smartjson": "^6.0.0",
    "@push.rocks/smartlog": "^3.2.1",
    "@push.rocks/smartnetwork": "^4.5.2",
    "@push.rocks/smartpath": "^6.0.0",
    "@push.rocks/smartpromise": "^4.2.3",
    "@push.rocks/smartrequest": "^5.0.1",
    "@push.rocks/smartstream": "^3.4.0",
    "@push.rocks/smartstring": "^4.1.0",
    "@push.rocks/smartunique": "^3.0.9",
    "@push.rocks/smartversion": "^3.0.5",
    "@tsclass/tsclass": "^9.5.0",
    "rxjs": "^7.8.2"
  },
  "devDependencies": {
    "@git.zone/tsbuild": "^4.4.2",
    "@git.zone/tsrun": "^2.0.4",
    "@git.zone/tstest": "^3.6.6",
    "@push.rocks/qenv": "^6.1.3",
    "@types/node": "^25.9.1"
  },
  "files": [
    "ts/**/*",
    "ts_web/**/*",
    "dist/**/*",
    "dist_*/**/*",
    "dist_ts/**/*",
    "dist_ts_web/**/*",
    "assets/**/*",
    "cli.js",
    ".smartconfig.json",
    "readme.md"
  ],
  "browserslist": [
    "last 1 chrome versions"
  ],
  "scripts": {
    "test": "(tstest test/ --verbose --logfile --timeout 600)",
    "build": "(tsbuild --web --allowimplicitany)",
    "buildDocs": "tsdoc"
  }
}