{ "name": "@apiclient.xyz/docker", "version": "1.0.106", "description": "easy communication with docker remote api from node, TypeScript ready", "private": false, "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "type": "module", "scripts": { "test": "(tstest test/ --web)", "build": "(tsbuild --web --allowimplicitany)", "buildDocs": "tsdoc" }, "repository": { "type": "git", "url": "git+https://gitlab.com/mojoio/docker.git" }, "keywords": [ "docker", "sock", "container", "request", "api" ], "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.0.0", "@push.rocks/smartfile": "^11.0.4", "@push.rocks/smartjson": "^5.0.2", "@push.rocks/smartlog": "^3.0.1", "@push.rocks/smartnetwork": "^3.0.0", "@push.rocks/smartpath": "^5.0.5", "@push.rocks/smartpromise": "^4.0.3", "@push.rocks/smartrequest": "^2.0.11", "@push.rocks/smartstring": "^4.0.5", "@push.rocks/smartversion": "^3.0.2", "@tsclass/tsclass": "^4.0.24", "rxjs": "^7.5.7" }, "devDependencies": { "@git.zone/tsbuild": "^2.1.25", "@git.zone/tsrun": "^1.2.12", "@git.zone/tstest": "^1.0.52", "@push.rocks/tapbundle": "^5.0.4", "@types/node": "^20.11.16" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "browserslist": [ "last 1 chrome versions" ] }