forked from OAI/Overlay-Specification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 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
{
"name": "overlay",
"version": "1.0.0",
"description": "OAI Overlay Specification",
"author": {
"name": "OpenAPI Initiative - Overlay Working Group",
"email": "[email protected]",
"url": "https://openapis.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/OAI/Overlay-Specification.git"
},
"license": "Apache-2.0",
"readmeFilename": "README.md",
"dependencies": {
"cheerio": "^1.0.0-rc.5",
"highlight.js": "^11.10.0",
"markdown-it": "^14.1.0",
"respec": "35.1.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"markdownlint-cli": "^0.41.0",
"mdv": "^1.3.4",
"prettier": "^3.3.3",
"yaml": "^2.5.0"
},
"keywords": [
"API",
"OAI",
"OAS",
"OpenAPI",
"Overlay",
"Specification",
"Swagger"
],
"scripts": {
"build": "bash ./scripts/md2html/build.sh",
"format-markdown": "bash ./scripts/format-markdown.sh ./versions/*.md"
}
}