forked from jsdoc2md/dmd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.05 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
{
"name": "dmd",
"author": "Lloyd Brookes <[email protected]>",
"version": "5.0.0",
"description": "The default output template for jsdoc-to-markdown",
"license": "MIT",
"repository": "https://github.com/jsdoc2md/dmd",
"keywords": [
"documentation",
"markdown"
],
"engines": {
"node": ">=10"
},
"files": [
"index.js",
"helpers/*.js",
"lib/*.js",
"partials"
],
"scripts": {
"test": "test-runner test/*.js test/ddata/*.js"
},
"dependencies": {
"array-back": "^4.0.1",
"cache-point": "^2.0.0",
"common-sequence": "^2.0.0",
"file-set": "^3.0.0",
"handlebars": "^4.5.3",
"marked": "^0.7.0",
"object-get": "^2.1.0",
"reduce-flatten": "^3.0.0",
"reduce-unique": "^2.0.1",
"reduce-without": "^1.0.1",
"test-value": "^3.0.0",
"walk-back": "^4.0.0"
},
"devDependencies": {
"dmd-plugin-example": "^0.1.0",
"nyc": "^14.1.1",
"test-runner": "^0.8.9"
},
"standard": {
"ignore": [
"example",
"test/fixture",
"test/overrides"
]
}
}