mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-03 20:40:00 -05:00
* merge mattermost-api-reference unchanged * api: update repostiory paths * api: drop GitPod for api (for now) * api: improved node_modules target * api: relocate GitHub actions to root * Update .github/workflows/api.yml Co-authored-by: Antonis Stamatiou <stamatiou.antonis@gmail.com> * fix cache-dependency-path * adopt node-version-file * pin versions for uses * tidy steps/runs * api/.gitpod.yml: tidy * api: rm now unused .gitlab-ci.yml --------- Co-authored-by: Antonis Stamatiou <stamatiou.antonis@gmail.com>
25 lines
748 B
JSON
25 lines
748 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": {
|
|
"redoc-cli": "0.13.17",
|
|
"swagger-cli": "4.0.4",
|
|
"sync-fetch": "0.4.1",
|
|
"yaml": "2.1.1"
|
|
},
|
|
"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"
|
|
}
|