forked from tauri-apps/typedoc-plugin-markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 851 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 851 Bytes
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
{
"private": true,
"workspaces": [
"packages/typedoc-plugin-markdown"
],
"scripts": {
"lint": "npm run lint --workspaces",
"build": "npm run build --workspaces",
"test": "npm run test --workspaces"
},
"devDependencies": {
"@changesets/cli": "^2.31.0",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^30.0.0",
"@types/node": "^25.9.1",
"@typescript-eslint/eslint-plugin": "^8.59.4",
"@typescript-eslint/parser": "^8.59.4",
"eslint": "^10.4.0",
"fs-extra": "^11.3.5",
"jest": "^30.4.2",
"markdownlint": "^0.40.0",
"markdownlint-cli": "^0.48.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.8.3",
"ts-jest": "^29.4.11",
"ts-morph": "^28.0.0",
"ts-node": "^10.9.2",
"typedoc": "^0.28.19",
"typedoc-plugin-mdn-links": "^5.1.1",
"typescript": "^6.0.3"
}
}