-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 958 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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "rollup-plugin-vuedoc",
"version": "0.4.0",
"description": "Rollup plugin to generate markdown documentation from Vue.js component source with @vuedoc/md.",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/h-ikeda/rollup-plugin-vuedoc.git"
},
"keywords": [
"rollup",
"rollupjs",
"vue",
"vuedoc",
"md",
"markdown",
"documentation",
"plugin"
],
"author": "IKEDA Hiroki",
"license": "MIT",
"bugs": {
"url": "https://github.com/h-ikeda/rollup-plugin-vuedoc/issues"
},
"homepage": "https://github.com/h-ikeda/rollup-plugin-vuedoc#readme",
"devDependencies": {
"jest": "^26.4.2",
"rollup": "^2.26.6",
"rollup-1.19.2": "npm:rollup@1.19.2"
},
"dependencies": {
"@vuedoc/md": "^1.6.0"
},
"peerDependencies": {
"rollup": ">= 1.19.2"
}
}