forked from OAI/OpenAPI-Specification
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 887 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
43
{
"name": "oas-schemas",
"version": "2.0.0",
"description": "OpenAPI Specification JSON schemas",
"author": {
"name": "OpenAPI Initiative TSC",
"email": "[email protected]",
"url": "https://openapis.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/OAI/OpenAPI-Specification.git"
},
"license": "Apache-2.0",
"scripts": {
"test": "npx mocha tests/**/test.js"
},
"readmeFilename": "README.md",
"files": [
"README.md",
"schemas/*"
],
"dependencies": {
"cheerio": "^1.0.0-rc.5",
"highlight.js": "^10.6.0",
"markdown-it": "^12.0.4",
"yargs": "^12.0.5"
},
"devDependencies": {
"@hyperjump/json-schema": "^0.17.0",
"chai": "^4.3.1",
"mdv": "^1.0.7",
"mocha": "^8.3.0",
"yaml": "^1.8.3"
},
"keywords": [
"OpenAPI",
"OAS",
"Swagger",
"schema",
"API"
]
}