-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 848 Bytes
/
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
{
"name": "typedoc-plugin-ensure-internal",
"version": "1.0.0",
"description": "Ensures all files are considered internal. This plugin only has any effect when typedoc option `mode` is `file` and `excludeExternals` is `true`.",
"main": "index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deap82/typedoc-plugin-ensure-internal.git"
},
"keywords": [
"typedoc",
"typedocplugin"
],
"author": "Dan Pettersson",
"license": "MIT",
"bugs": {
"url": "https://github.com/deap82/typedoc-plugin-ensure-internal/issues"
},
"homepage": "https://github.com/deap82/typedoc-plugin-ensure-internal#readme",
"peerDependencies": {
"typedoc": "0.x"
},
"devDependencies": {
"typedoc": "^0.14.2",
"typescript": "^3.2.4"
}
}