-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.4 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
{
"name": "typedoc-plugin-mtos",
"version": "0.8.0",
"description": "A plugin for TypeDoc that turns your typedoc into a single page application.",
"main": "dist/index.js",
"homepage": "https://github.com/voorjaar/typedoc-plugin-mtos",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"dev": "rollup -cw --bundleConfigAsCjs",
"test": "typedoc --plugin . --customJs assets/custom.js --customCss assets/custom.css src/index.ts",
"build": "rollup -c --bundleConfigAsCjs"
},
"keywords": [
"mtos",
"spa",
"mpa",
"typedoc",
"plugin",
"typedoc-plugin",
"typedocplugin"
],
"author": "Raven Satir",
"license": "MIT",
"peerDependencies": {
"typedoc": "0.23.x"
},
"repository": {
"type": "git",
"url": "git://github.com/voorjaar/typedoc-plugin-mtos.git"
},
"bugs": {
"url": "https://github.com/voorjaar/typedoc-plugin-mtos/issues"
},
"engines": {
"node": ">= 14.14"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.1",
"@types/node": "^18.11.9",
"mtos": "0.8.0",
"rollup": "^3.2.5",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-typescript2": "^0.34.1",
"typedoc": "^0.23.20",
"typescript": "^4.8.4"
}
}