{ "name": "@mojoio/docker", "version": "1.0.31", "description": "easy communication with docker remote api from node, TypeScript ready", "private": false, "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "tstest test/", "build": "tsbuild" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/pushrocks/dockersock.git" }, "keywords": [ "docker", "sock", "container", "request", "api" ], "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/dockersock/issues" }, "homepage": "https://gitlab.com/pushrocks/dockersock#README", "dependencies": { "@pushrocks/lik": "^3.0.4", "@pushrocks/smartlog": "^2.0.12", "@pushrocks/smartpromise": "^2.0.5", "@pushrocks/smartrequest": "^1.1.14", "rxjs": "^6.3.3" }, "devDependencies": { "@gitzone/tsbuild": "^2.1.4", "@gitzone/tsrun": "^1.1.17", "@gitzone/tstest": "^1.0.18", "@pushrocks/tapbundle": "^3.0.7", "@types/node": "^10.12.18", "tslint": "^5.12.1", "tslint-config-prettier": "^1.17.0" } }