mirror of
https://github.com/tauri-apps/typedoc-plugin-markdown.git
synced 2026-01-31 00:45:20 +01:00
49 lines
1.7 KiB
JSON
49 lines
1.7 KiB
JSON
{
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"lint": "lerna run lint",
|
|
"build": "npm-run-all build:*",
|
|
"build:typedoc-plugin-markdown": "cd packages/typedoc-plugin-markdown && yarn run build",
|
|
"build:typedoc-bitbucket-theme": "cd packages/typedoc-bitbucket-theme && yarn run build",
|
|
"build:typedoc-github-wiki-theme": "cd packages/typedoc-github-wiki-theme && yarn run build",
|
|
"build:typedoc-gitlab-wiki-theme": "cd packages/typedoc-gitlab-wiki-theme && yarn run build",
|
|
"build:typedoc-hugo-theme": "cd packages/typedoc-hugo-theme && yarn run build",
|
|
"build:vuepress-plugin-typedoc": "cd packages/vuepress-plugin-typedoc && yarn run build",
|
|
"build:docusaurus-plugin-typedoc": "cd packages/docusaurus-plugin-typedoc && yarn run build",
|
|
"pretest": "yarn run build",
|
|
"test": "lerna run test --parallel",
|
|
"deploy": "lerna publish from-package",
|
|
"postinstall": "lerna bootstrap"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^9.0.13",
|
|
"@types/jest": "^27.4.1",
|
|
"@types/node": "^17.0.23",
|
|
"@types/progress": "^2.0.5",
|
|
"@types/tmp": "^0.2.3",
|
|
"@typescript-eslint/eslint-plugin": "^5.18.0",
|
|
"@typescript-eslint/parser": "^5.18.0",
|
|
"copyfiles": "^2.4.1",
|
|
"cuid": "^2.1.8",
|
|
"eslint": "^8.13.0",
|
|
"fs-extra": "^10.0.1",
|
|
"jest": "^26.6.3",
|
|
"lerna": "^4.0.0",
|
|
"markdownlint": "^0.25.1",
|
|
"markdownlint-cli": "^0.31.1",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.6.2",
|
|
"tmp": "^0.2.1",
|
|
"ts-jest": "^26.5.5",
|
|
"typedoc": "^0.22.14",
|
|
"typedoc-plugin-mdn-links": "^1.0.5",
|
|
"typescript": "^4.6.3"
|
|
},
|
|
"dependencies": {
|
|
"rimraf": "^3.0.2"
|
|
}
|
|
}
|