-
Notifications
You must be signed in to change notification settings - Fork 108
/
package.json
26 lines (26 loc) · 918 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "mattermost-push-proxy",
"version": "1.0.0",
"description": "Repository for mattermost push proxy",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"validate": "swagger-cli validate ./swagger/spec.yaml",
"build": "redoc-cli bundle -t ./swagger/template.hbs ./swagger/spec.yaml -o index.html --options.suppressWarnings",
"serve": "redoc-cli serve -t ./swagger/template.hbs ./swagger/spec.yaml -o index.html --options.suppressWarnings --ssr --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mattermost/mattermost-push-proxy.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mattermost/mattermost-push-proxy/issues"
},
"homepage": "https://github.com/mattermost/mattermost-push-proxy#readme",
"dependencies": {
"redoc-cli": "^0.9.9",
"swagger-cli": "^4.0.4"
}
}