mirror of
https://github.com/tauri-apps/typedoc-plugin-markdown.git
synced 2026-01-31 00:45:20 +01:00
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"name": "typedoc-gitlab-wiki-theme",
|
|
"version": "1.0.0",
|
|
"description": "An extension of the default theme from typedoc-plugin-markdown to create a compatible file structure for GitLab Wiki pages.",
|
|
"main": "dist/index.js",
|
|
"files": [
|
|
"dist/"
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/tgreyuk/typedoc-plugin-markdown/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tgreyuk/typedoc-plugin-markdown.git",
|
|
"directory": "packages/typedoc-gitlab-wiki-theme"
|
|
},
|
|
"homepage": "https://github.com/tgreyuk/typedoc-plugin-markdown/tree/master/packages/typedoc-gitlab-wiki-theme",
|
|
"scripts": {
|
|
"lint": "eslint ./src --ext .ts",
|
|
"prepublishOnly": "yarn run lint && yarn run build",
|
|
"build": "rm -rf ./dist && tsc",
|
|
"demo": "rm -rf ./demo && yarn run build && typedoc --entryPoints ../typedoc-plugin-markdown/test/stubs/src/index.ts --tsconfig ../typedoc-plugin-markdown/test/stubs/tsconfig.json --theme gitlab-wiki --out ./demo"
|
|
},
|
|
"author": "Thomas Grey",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"typedoc": ">=0.23.0",
|
|
"typedoc-plugin-markdown": ">=3.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"typedoc-plugin-markdown": "^3.13.0"
|
|
},
|
|
"keywords": [
|
|
"typedoc",
|
|
"typedoc-theme",
|
|
"gitlab",
|
|
"wiki",
|
|
"markdown"
|
|
]
|
|
}
|