-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathpackage.json
37 lines (37 loc) · 900 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
{
"name": "learn.openapis.org",
"version": "1.0.0",
"description": "A guide directed at HTTP-based API designers and writers wishing to benefit from having their API formalized in an OpenAPI Description (OAD)",
"scripts": {
"test": "vitest --watch=false"
},
"repository": {
"type": "git",
"url": "https://github.com/OAI/learn.openapis.org.git"
},
"keywords": [
"OpenAPI",
"OAS",
"Swagger",
"schema",
"API",
"Guide",
"Examples"
],
"author": {
"name": "OpenAPI Initiative TSC",
"email": "tsc@openapis.org",
"url": "https://openapis.org/"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/OAI/learn.openapis.org/issues"
},
"homepage": "https://learn.openapis.org",
"dependencies": {
"@hyperjump/json-schema": "^1.9.9",
"prettier": "^3.4.1",
"vitest": "^2.1.6",
"yaml": "^2.6.1"
}
}