-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 737 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 737 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
33
{
"name": "typedoc-plugin-lerna-packages",
"version": "0.3.1",
"description": "Display Typescript documentation for Lerna monorepo with the correct module exports.",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"prepare": "tsc"
},
"keywords": [
"typedocplugin",
"typedoc",
"lerna"
],
"repository": {
"type": "git",
"url": "https://github.com/marcj/typedoc-plugin-lerna-packages"
},
"author": "Marc J. Schmidt <marc@marcjschmidt.de>",
"license": "MIT",
"peerDependencies": {
"typedoc": "^0.17.0"
},
"devDependencies": {
"@types/glob": "^7.1.1",
"@types/node": "^13.1.8",
"typedoc": "^0.17.0",
"typescript": "^3.8.3"
},
"files": [
"dist"
]
}