typhonjs-escomplex-commons
Version:
Provides core common utilities for typhonjs-escomplex modules and plugins.
18 lines • 398 B
Plain Text
{
"title": "typhonjs-escomplex-commons",
"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$"]
}
}