mirror of
https://github.com/elastic/kibana.git
synced 2025-04-21 16:29:04 -04:00
19 lines
567 B
JSON
19 lines
567 B
JSON
{
|
|
"name": "oas_docs",
|
|
"version": "1.0.0",
|
|
"description": "Documentation about our OpenAPI bundling workflow and configuration. See Kibana's hosted [stateful](https://www.elastic.co/docs/api/doc/kibana) and [serverless](https://www.elastic.co/docs/api/doc/serverless) docs.",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"example": "examples"
|
|
},
|
|
"dependencies": {
|
|
"bump-cli": "^2.8.4",
|
|
"@redocly/cli": "^1.29.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|