{
    "npmts":{
        "mode":"default",
        "coverageTreshold": "70",
        "cli": true
    },
    "npmci": {
        "globalNpmTools": [
            "npmts"
        ],
        "npmGlobalTools": [
            "npmts"
        ]
    },
    "npmdocker":{
        "baseImage":"hosttoday/ht-docker-node:npmci",
        "command": "npmci test stable"
    }
}