UNPKG
@ink-feather-org/typedoc-plugin-asciidoctor
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Adds README.adoc support to typedoc.
feather.ink
ink-feather-org/typedoc-plugin-asciidoctor
@ink-feather-org/typedoc-plugin-asciidoctor
/
example
/
package.json
12 lines
•
193 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"private"
:
true
,
"name"
:
"example"
,
"version"
:
"1.0.0"
,
"dependencies"
:
{
}
,
"scripts"
:
{
"docs"
:
"typedoc"
}
,
"devDependencies"
:
{
"typedoc"
:
"^0.22.13"
}
}