{
    "name": "adh",
    "version": "1.4.4",
    "description": "Apium docker helper: Useful and short commands for working with Docker.",
    "main": "index.js",
    "bin": {
        "adh": "dist/src/index.js"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/apiumhub/adh.git"
    },
    "author": "Apium Development team <info@apiumhub.com>",
    "license": "ISC",
    "scripts": {
        "tsc": "tsc",
        "tscw": "tsc -w"
    },
    "dependencies": {
        "boxen": "1.0.0",
        "chalk": "1.1.3",
        "commander": "2.9.0",
        "dockerode": "2.4.3",
        "execa": "0.6.3",
        "inquirer": "3.0.6",
        "listr": "0.12.0",
        "log-symbols": "1.0.2",
        "ramda": "0.23.0",
        "rxjs": "5.5.12",
        "typescript": "3.1.6"
    },
    "devDependencies": {
        "@reactivex/rxjs": "5.0.0",
        "@types/chalk": "2.2.0",
        "@types/commander": "2.12.2",
        "@types/dockerode": "2.5.8",
        "@types/execa": "0.9.0",
        "@types/inquirer": "0.0.43",
        "@types/listr": "0.13.0",
        "@types/log-symbols": "2.0.0",
        "@types/ramda": "0.25.41"
    }
}
