typhonjs-escomplex
Version:
Next generation complexity reporting for Javascript & Typescript based on the Babel parser.
19 lines (18 loc) • 391 B
Plain Text
{
"title": "typhonjs-escomplex",
"source": "src",
"destination": "docs",
"access": ["public", "private", "protected"],
"unexportIdentifier": true,
"plugins":
[
{ "name": "esdoc-plugin-enhanced-navigation" }
],
"manual": { "changelog": ["./CHANGELOG.md"] },
"test":
{
"type": "mocha",
"source": "test/src",
"includes": [".js$"]
}
}