2016-08-02 21:11:42 +00:00
|
|
|
{
|
|
|
|
"npmts":{
|
2016-11-25 12:25:45 +00:00
|
|
|
"mode":"default",
|
2016-11-25 13:15:44 +00:00
|
|
|
"coverageTreshold": "70",
|
|
|
|
"cli": true
|
2016-08-02 21:11:42 +00:00
|
|
|
},
|
2017-03-11 00:10:37 +00:00
|
|
|
"npmci": {
|
|
|
|
"globalNpmTools": [
|
|
|
|
"npmts"
|
|
|
|
]
|
|
|
|
},
|
2016-08-02 21:11:42 +00:00
|
|
|
"npmdocker":{
|
2017-03-11 00:10:37 +00:00
|
|
|
"baseImage":"hosttoday/ht-docker-node:npmts",
|
|
|
|
"command": "npmci test stable"
|
2016-08-02 21:11:42 +00:00
|
|
|
}
|
|
|
|
}
|