16 lines
339 B
Plaintext
16 lines
339 B
Plaintext
{
|
|
"validations": {
|
|
"vulnerableDependencies": true,
|
|
"uncommittedChanges": true,
|
|
"untrackedFiles": true,
|
|
"branch": "master",
|
|
"gitTag": true,
|
|
"sensitiveData": false
|
|
},
|
|
"confirm": false,
|
|
"publishTag": "latest",
|
|
"prePublishScript": "npm test",
|
|
"publishCommand": "npm publish",
|
|
"postPublishScript": false
|
|
}
|