-
Notifications
You must be signed in to change notification settings - Fork 180
/
package.json
59 lines (59 loc) · 1.88 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"private": true,
"workspaces": [
"packages/typedoc-plugin-markdown",
"packages/typedoc-plugin-remark",
"packages/typedoc-plugin-frontmatter",
"packages/docusaurus-plugin-typedoc",
"packages/typedoc-github-wiki-theme",
"packages/typedoc-gitlab-wiki-theme",
"packages/typedoc-vitepress-theme",
"devtools/packages/*"
],
"scripts": {
"docs": "ts-node ./devtools/scripts/generate-readmes && node ./devtools/scripts/tocs.mjs",
"devdocs": "npm run build --workspace typedoc-plugin-markdown && typedoc",
"build-all": "npm run build --workspaces --if-present",
"test-all": "npm run test --workspaces --if-present",
"test-and-update-all": "npm run test:update --workspaces --if-present",
"lint-all": "npm run lint --workspaces --if-present",
"prerelease": "npm run build-all",
"release": "npx changeset publish",
"prepare": "husky"
},
"devDependencies": {
"@changesets/cli": "^2.27.10",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/js": "^9.16.0",
"@types/eslint__js": "^8.42.3",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.1",
"consola": "^3.2.3",
"copyfiles": "^2.4.1",
"eslint": "^9.16.0",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"husky": "^9.1.7",
"jest": "^29.7.0",
"markdownlint": "^0.37.0",
"p-limit": "^6.1.0",
"prettier": "^3.4.2",
"prettier-plugin-organize-imports": "^4.1.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-github": "^12.0.0",
"remark-mdx": "^3.1.0",
"remark-toc": "^9.0.0",
"to-vfile": "^8.0.0",
"ts-jest": "^29.2.5",
"ts-json-schema-generator": "^2.3.0",
"ts-morph": "^24.0.0",
"tsc-alias": "^1.8.10",
"tsx": "^4.19.2",
"typedoc": "^0.27.3",
"typescript": "^5.7.2",
"typescript-eslint": "^8.17.0"
}
}