-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 950 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 950 Bytes
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
{
"name": "redocly-cafe-api",
"private": true,
"version": "1.0.0",
"description": "This is an example API that showcases the [OpenAPI 3.2 specification](https://spec.openapis.org/oas/v3.2.0.html). It also describes a real API server hosted at https://cafe.cloud.redocly.com.",
"scripts": {
"preview": "npx @redocly/cli@latest preview",
"lint": "npx @redocly/cli@latest lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Redocly/cafe-api.git"
},
"keywords": [
"OpenAPI",
"OAS",
"OpenAPI specification",
"OAS Example",
"OpenAPI Example"
],
"author": "Redocly",
"license": "MIT",
"bugs": {
"url": "https://github.com/Redocly/cafe-api/issues"
},
"homepage": "https://cafe.redocly.com/openapi/cafe",
"devDependencies": {
"@types/react": "^19.2.15"
},
"dependencies": {
"@redocly/realm": "^0.135.0-next.0",
"@redocly/theme": "^0.67.0-next.0"
}
}