swag-wallets-webhook-events/package.json
2023-03-12 20:12:32 +00:00

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"
}
}