{ "name": "@apiclient.xyz/docker", "version": "1.3.3", "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", "scripts": { "test": "(tstest test/ --verbose --logfile --timeout 120)", "build": "(tsbuild --web --allowimplicitany)", "buildDocs": "tsdoc" }, "repository": { "type": "git", "url": "git+https://gitlab.com/mojoio/docker.git" }, "keywords": [ "Docker", "API", "Node.js", "TypeScript", "Containers", "Images", "Networks", "Services", "Secrets" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/mojoio/docker/issues" }, "homepage": "https://gitlab.com/mojoio/docker#readme", "dependencies": { "@push.rocks/lik": "^6.2.2", "@push.rocks/smartarchive": "^4.2.2", "@push.rocks/smartbucket": "^3.3.10", "@push.rocks/smartfile": "^11.2.7", "@push.rocks/smartjson": "^5.0.20", "@push.rocks/smartlog": "^3.1.8", "@push.rocks/smartnetwork": "^4.1.2", "@push.rocks/smartpath": "^6.0.0", "@push.rocks/smartpromise": "^4.2.3", "@push.rocks/smartrequest": "^4.3.0", "@push.rocks/smartstream": "^3.2.5", "@push.rocks/smartstring": "^4.0.15", "@push.rocks/smartunique": "^3.0.9", "@push.rocks/smartversion": "^3.0.5", "@tsclass/tsclass": "^9.2.0", "rxjs": "^7.8.2" }, "devDependencies": { "@git.zone/tsbuild": "^2.6.7", "@git.zone/tsrun": "^1.3.3", "@git.zone/tstest": "^2.3.5", "@push.rocks/qenv": "^6.1.3", "@types/node": "22.7.5" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ], "packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748" }