/
yakobsonsa
/
erchat
Обзор
Документация
Войти
/
yakobsonsa
/
erchat
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
api/package.json
32 строки
787 B
Eva Sarafianou
feat: Switch from Redoc to Stoplight Elements for API documentation (#30591)
17 апр 2025, 12:31
Не верифицирован
17 апр 2025, 12:31
b548a8f
Код
Авторство
О чём код?
{ "name": "mattermost-api-reference", "version": "1.0.0", "description": "This repository holds the API reference documentation for Mattermost available at https://developers.mattermost.com/api-reference", "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" } }