-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.66 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
{
"name": "widdershins-docs",
"version": "4.0.6",
"description": "OpenAPI/ Swagger / AsyncAPI / Semoasa definition to Slate / Shins compatible markdown",
"keywords": [
"swagger",
"openapi",
"openapi3",
"asyncapi",
"slate",
"shins",
"api",
"docs",
"documentation",
"semoasa"
],
"homepage": "https://github.com/devmehq/widdershins-docs#readme",
"bugs": {
"url": "https://github.com/devmehq/widdershins-docs/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devmehq/widdershins-docs.git"
},
"license": "MIT",
"author": "DEV.ME",
"main": "lib/index.js",
"bin": {
"testRunner": "./testRunner.js",
"widdershins": "./widdershins.js"
},
"directories": {
"doc": "docs"
},
"scripts": {
"lint": "npx eslint *.js lib/*.js test/*.js",
"prettier": "prettier --write *.js lib/*.js test/*.js",
"shins": "node widdershins --discovery -o ./shins/source/index.html.md defs/petstore.json",
"test": "nyc mocha"
},
"dependencies": {
"@readme/httpsnippet": "^10.0.0",
"dot": "^1.1.3",
"highlight.js": "^11.9.0",
"httpsnippet": "^3.0.1",
"jgexml": "^0.4.4",
"markdown-it": "^14.0.0",
"markdown-it-emoji": "^3.0.0",
"node-fetch": "^3.3.2",
"oas-resolver": "^2.5.6",
"oas-schema-walker": "^1.1.5",
"openapi-sampler": "^1.4.0",
"pinyin": "^3.1.0",
"reftools": "^1.1.9",
"swagger2openapi": "^7.0.8",
"urijs": "^1.19.11",
"yaml": "^2.3.4",
"yargs": "^17.7.2"
},
"devDependencies": {
"mdv": "1.3.4",
"mocha": "10.8.2",
"node-readfiles": "0.3.1",
"nyc": "17.1.0",
"prettier": "^3.1.0"
}
}