escomplex-plugin-metrics-project
Version:
Provides the core project metric / report generation plugin for typhonjs-escomplex project processing.
18 lines • 406 B
Plain Text
{
"title": "escomplex-plugin-metrics-project",
"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$"]
}
}