forked from jsdoc2md/dmd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.23 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": "@liquid-labs/dmd",
"author": "Lloyd Brookes <75pound@gmail.com>, Zane Rockenbaugh <zane@liquid-labs.com>",
"version": "6.3.0",
"description": "An enhanced output template for jsdoc-to-markdown",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/jsdoc2md/dmd.git"
},
"keywords": [
"documentation",
"markdown"
],
"engines": {
"node": ">=12"
},
"files": [
"index.js",
"helpers",
"lib",
"partials"
],
"scripts": {
"build": "",
"test": "test-runner test/*.js test/ddata/*.js test/helpers/*.js",
"qa": "npm test"
},
"dependencies": {
"array-back": "^6.2.2",
"cache-point": "^2.0.0",
"common-sequence": "^2.0.2",
"file-set": "^4.0.2",
"handlebars": "^4.7.8",
"marked": "^4.3.0",
"object-get": "^2.1.1",
"reduce-flatten": "^3.0.1",
"reduce-unique": "^2.0.1",
"reduce-without": "^1.0.1",
"regex-repo": "^5.0.0",
"test-value": "^3.0.0",
"walk-back": "^5.1.0"
},
"devDependencies": {
"dmd-plugin-example": "^0.1.0",
"mock-require": "^3.0.3",
"test-runner": "^0.10.1"
},
"standard": {
"ignore": [
"example",
"test/fixture",
"test/overrides"
]
}
}