-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.31 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.31 KB
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
{
"name": "@dfinity/typedoc-plugin-icp-docs",
"version": "0.0.3",
"description": "Build Markdown docs to be published on js.icp.build",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/dfinity/typedoc-plugin-icp-docs"
},
"homepage": "https://github.com/dfinity/typedoc-plugin-icp-docs",
"bugs": "https://github.com/dfinity/typedoc-plugin-icp-docs/issues",
"author": "DFINITY Stiftung",
"keywords": [
"typedoc",
"markdown",
"frontmatter",
"icp",
"internet-computer"
],
"type": "module",
"exports": {
".": "./dist/index.js"
},
"files": [
"dist",
"package.json",
"README.md",
"LICENSE"
],
"scripts": {
"build": "vite build",
"codestyle:check": "biome check",
"codestyle:fix": "biome check --write"
},
"dependencies": {
"commander": "^14.0.1"
},
"peerDependencies": {
"typedoc": "^0.28.x",
"typedoc-plugin-frontmatter": "^1.3.x",
"typedoc-plugin-markdown": "^4.8.x"
},
"devDependencies": {
"@biomejs/biome": "2.2.6",
"@tsconfig/node-ts": "^23.6.1",
"@tsconfig/node24": "^24.0.1",
"@types/node": "^24.9.1",
"typescript": "^5.9.3",
"vite": "^7.1.11",
"vite-plugin-checker": "^0.11.0"
},
"engines": {
"node": ">=22"
},
"packageManager": "pnpm@10.13.1"
}