@cyclonedx/cyclonedx-library
Version:
Core functionality of CycloneDX for JavaScript (Node.js or WebBrowser).
21 lines (20 loc) • 504 B
JSON
{
"$schema": "https://typedoc.org/schema.json",
"tsconfig": "./tsconfig.d.json",
"plugin": [
"typedoc-plugin-missing-exports"
],
"commentStyle": "jsdoc",
"includeVersion": true,
"hideGenerator": true,
"readme": "none",
"name": "CycloneDX JavaScript Library",
"excludeExternals": true,
"externalSymbolLinkMappings": {
"packageurl-js": {
"PackageURL": "https://github.com/package-url/packageurl-js#usage-examples"
}
},
"cleanOutputDir": true,
"emit": "both"
}