forked from Mermade/widdershins
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.69 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
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "widdershins",
"version": "4.0.1",
"description": "OpenAPI/ Swagger / AsyncAPI / Semoasa definition to Slate / Shins compatible markdown",
"main": "lib/index.js",
"bin": {
"widdershins": "./widdershins.js",
"testRunner": "./testRunner.js"
},
"directories": {
"doc": "docs"
},
"scripts": {
"lint": "npx eslint *.js lib/*.js",
"shins": "node widdershins --discovery -o ../shins/source/index.html.md defs/petstore.json",
"test": "node $nflags node_modules/mocha/bin/_mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mermade/widdershins.git"
},
"keywords": [
"swagger",
"openapi",
"openapi3",
"asyncapi",
"slate",
"shins",
"api",
"docs",
"documentation",
"semoasa"
],
"author": "Mike Ralphson",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mermade/widdershins/issues"
},
"homepage": "https://github.com/Mermade/widdershins#readme",
"dependencies": {
"dot": "^1.1.3",
"fast-safe-stringify": "^2.0.7",
"highlightjs": "^9.12.0",
"httpsnippet": "^1.19.0",
"jgexml": "^0.4.1",
"markdown-it": "^11.0.0",
"markdown-it-emoji": "^1.4.0",
"node-fetch": "^2.0.0",
"oas-resolver": "^2.3.2",
"oas-schema-walker": "^1.1.3",
"openapi-sampler": "^1.0.0-beta.15",
"reftools": "^1.1.0",
"swagger2openapi": "^6.0.2",
"urijs": "^1.19.0",
"yaml": "^1.8.3",
"yargs": "^12.0.5"
},
"devDependencies": {
"cz-conventional-changelog": "^3.0.2",
"mdv": "^1.2.1",
"mocha": "^7.1.1",
"node-readfiles": "^0.2.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}