Files
archived-typedoc-plugin-mar…/package.json
2021-11-12 18:47:23 +00:00

45 lines
1.6 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": "^26.0.24",
"@types/node": "^16.11.7",
"@types/progress": "^2.0.5",
"@types/tmp": "^0.2.2",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"copyfiles": "^2.4.1",
"cuid": "^2.1.8",
"eslint": "^8.2.0",
"fs-extra": "^10.0.0",
"jest": "^26.6.3",
"lerna": "^4.0.0",
"markdownlint": "^0.24.0",
"markdownlint-cli": "^0.29.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"tmp": "^0.2.1",
"ts-jest": "^26.5.5",
"typedoc": "^0.22.8",
"typescript": "^4.4.4"
}
}