mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-03 20:40:00 -05:00
33 lines
813 B
JSON
33 lines
813 B
JSON
{
|
|
"name": "mattermost-api-reference",
|
|
"version": "1.0.0",
|
|
"description": "This repository 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": {
|
|
"node-fetch": {
|
|
"whatwg-url": "^12.0.0"
|
|
},
|
|
"redoc": {
|
|
"react-tabs": "^6.0.0"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mattermost/mattermost.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/mattermost/mattermost/issues"
|
|
},
|
|
"homepage": "https://api.mattermost.com/"
|
|
}
|