16 lines
301 B
JSON
16 lines
301 B
JSON
{
|
|
"npmts":{
|
|
"mode":"default",
|
|
"coverageTreshold": "70",
|
|
"cli": true
|
|
},
|
|
"npmci": {
|
|
"globalNpmTools": [
|
|
"npmts"
|
|
]
|
|
},
|
|
"npmdocker":{
|
|
"baseImage":"hosttoday/ht-docker-node:npmts",
|
|
"command": "npmci test stable"
|
|
}
|
|
} |