spiegel-keyman/core/tools/api-header-extractor/package.json
Marc Durdin 0f2f3c1009 refactor(core): clean up API documentation
Move all Keyman Core header API documentation to javadoc-style so that
we can get inline documentation and simplify the readability of the
header files.

Update api-header-extractor to support minimal javadoc formatting of the
comments.

Test-bot: skip
2026-05-05 16:29:53 +02:00

10 lines
193 B
JSON

{
"name": "@keymanapp/api-header-extractor",
"private": true,
"type": "module",
"scripts": {},
"main": "build/src/index.js",
"devDependencies": {
"@types/node": "^25.6.0"
}
}