mirror of
https://github.com/valitydev/swag-wallets-webhook-events.git
synced 2024-11-06 01:55:18 +00:00
15 lines
473 B
JSON
15 lines
473 B
JSON
{
|
|
"name": "@vality/swag-wallets-webhook-events",
|
|
"version": "0.1.1",
|
|
"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 dist/openapi.yaml && openapi bundle -o dist/openapi.json",
|
|
"redoc": "redoc-cli bundle openapi/openapi.yaml -o dist/index.html -t web/index.html",
|
|
"validate": "openapi lint"
|
|
}
|
|
} |