forked from OAI/OpenAPI-Specification
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 859 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": "oas-schemas",
"version": "2.0.0",
"description": "OpenAPI Specification JSON schemas",
"author": {
"name": "OpenAPI Initiative TSC",
"email": "tsc@openapis.org",
"url": "https://openapis.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/OAI/OpenAPI-Specification.git"
},
"license": "Apache-2.0",
"scripts": {
"test": "vitest --watch=false"
},
"readmeFilename": "README.md",
"files": [
"README.md",
"schemas/*"
],
"dependencies": {
"cheerio": "^1.0.0-rc.5",
"highlight.js": "^11.9.0",
"markdown-it": "^14.1.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@hyperjump/json-schema": "^1.8.0",
"mdv": "^1.3.4",
"vitest": "^1.5.0",
"yaml": "^2.4.1"
},
"keywords": [
"OpenAPI",
"OAS",
"Swagger",
"schema",
"API"
]
}