2016-08-02 23:11:42 +02:00
|
|
|
{
|
|
|
|
"npmts":{
|
2016-11-25 13:25:45 +01:00
|
|
|
"mode":"default",
|
2016-11-25 14:15:44 +01:00
|
|
|
"coverageTreshold": "70",
|
|
|
|
"cli": true
|
2016-08-02 23:11:42 +02:00
|
|
|
},
|
2017-03-11 01:10:37 +01:00
|
|
|
"npmci": {
|
2018-11-24 15:12:55 +01:00
|
|
|
"npmGlobalTools": [],
|
2018-04-29 16:21:00 +02:00
|
|
|
"npmAccessLevel": "public"
|
2017-03-11 01:10:37 +01:00
|
|
|
},
|
2016-08-02 23:11:42 +02:00
|
|
|
"npmdocker":{
|
2017-04-02 23:11:19 +02:00
|
|
|
"baseImage":"hosttoday/ht-docker-node:npmci",
|
2017-03-11 01:10:37 +01:00
|
|
|
"command": "npmci test stable"
|
2016-08-02 23:11:42 +02:00
|
|
|
}
|
|
|
|
}
|