mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
redoc-cli was deprecated in favor of @redocly/cli. Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> Co-authored-by: Mattermost Build <build@mattermost.com>
31 lines
823 B
JSON
31 lines
823 B
JSON
{
|
|
"name": "mattermost-api-reference",
|
|
"version": "1.0.0",
|
|
"description": "This respository holds the API reference available at [https://api.mattermost.com](https://api.mattermost.com).",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@redocly/cli": "^1.13.0",
|
|
"swagger-cli": "4.0.4",
|
|
"sync-fetch": "0.4.1",
|
|
"yaml": "2.1.1"
|
|
},
|
|
"overrides": {
|
|
"redoc": {
|
|
"react-tabs": "^6.0.0"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mattermost/mattermost-api-reference.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/mattermost/mattermost-api-reference/issues"
|
|
},
|
|
"homepage": "https://github.com/mattermost/mattermost-api-reference#readme"
|
|
}
|