mirror of
https://github.com/tauri-apps/typedoc-plugin-markdown.git
synced 2026-01-31 00:45:20 +01:00
44 lines
1.5 KiB
JSON
44 lines
1.5 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",
|
|
"version": "lerna version"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^9.0.8",
|
|
"@types/jest": "^26.0.21",
|
|
"@types/node": "^14.14.35",
|
|
"@types/progress": "^2.0.3",
|
|
"@types/tmp": "^0.2.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.18.0",
|
|
"@typescript-eslint/parser": "^4.18.0",
|
|
"copyfiles": "^2.4.1",
|
|
"cuid": "^2.1.8",
|
|
"eslint": "^7.22.0",
|
|
"fs-extra": "^9.1.0",
|
|
"jest": "^26.6.3",
|
|
"lerna": "^4.0.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.2.1",
|
|
"tmp": "^0.2.1",
|
|
"ts-jest": "^26.5.4",
|
|
"typedoc": "^0.20.33",
|
|
"typescript": "^4.2.3"
|
|
}
|
|
}
|