mirror of
https://github.com/valitydev/swag-webhook-events.git
synced 2024-11-06 02:15:22 +00:00
2b3babf905
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
15 lines
397 B
JSON
15 lines
397 B
JSON
{
|
|
"name": "swag-webhook-events",
|
|
"version": "1.0.1",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@redocly/openapi-cli": "1.0.0-beta.94",
|
|
"json-merge-patch": "1.0.2",
|
|
"redoc-cli": "0.13.21"
|
|
},
|
|
"scripts": {
|
|
"start": "openapi preview-docs",
|
|
"build": "openapi bundle -o web_deploy/openapi.yaml && openapi bundle -o web_deploy/openapi.json",
|
|
"validate": "openapi lint"
|
|
}
|
|
} |