Files
archived-typedoc-plugin-mar…/package.json
2021-05-04 22:02:11 +01:00

46 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",
"version": "lerna version"
},
"devDependencies": {
"@types/fs-extra": "^9.0.11",
"@types/jest": "^26.0.23",
"@types/node": "^15.0.1",
"@types/progress": "^2.0.3",
"@types/tmp": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"copyfiles": "^2.4.1",
"cuid": "^2.1.8",
"eslint": "^7.25.0",
"fs-extra": "^10.0.0",
"jest": "^26.6.3",
"lerna": "^4.0.0",
"markdownlint": "^0.23.1",
"markdownlint-cli": "^0.27.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"tmp": "^0.2.1",
"ts-jest": "^26.5.5",
"typedoc": "^0.20.36",
"typescript": "^4.2.4"
}
}