jsonata-extended
Version:
Extended JSONata object with custom functions
49 lines • 968 B
JSON
{
"tags": {
"allowUnknownTags": true,
"dictionaries": [
"jsdoc",
"closure"
]
},
"source": {
"exclude": [
"dist"
],
"includePattern": ".+\\.js(doc)?$",
"excludePattern": "(^|\\/|\\\\)_|node_modules|doc|coverage|test|dist"
},
"plugins": [],
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"default": {
"includeDate": false
}
},
"opts": {
"template": "./docdash2",
"encoding": "utf8",
"destination": "doc",
"recurse": true,
"private": true,
"verbose": true
},
"docdash": {
"static": true,
"sort": true,
"search": true,
"collapse": true,
"typedefs": true,
"removeQuotes": "none",
"menu": {
"Github repo": {
"href": "https://github.com/martinholden-skillsoft/jsonata-extended.git",
"target": "_blank",
"class": "menu-item",
"id": "repository"
}
},
"scripts": []
}
}