2022-07-11 17:27:00 +00:00
|
|
|
{
|
2022-12-24 14:40:18 +00:00
|
|
|
"workspaces": [
|
|
|
|
"vendor/chill-project/chill-bundles"
|
2022-07-11 17:27:00 +00:00
|
|
|
],
|
2022-12-24 14:40:18 +00:00
|
|
|
"private": true,
|
2022-07-11 17:27:00 +00:00
|
|
|
"scripts": {
|
|
|
|
"specs-build": "yaml-merge vendor/chill-project/chill-bundles/src/Bundle/ChillMainBundle/chill.api.specs.yaml vendor/chill-project/chill-bundles/src/Bundle/ChillPersonBundle/chill.api.specs.yaml vendor/chill-project/chill-bundles/src/Bundle/ChillCalendarBundle/chill.api.specs.yaml vendor/chill-project/chill-bundles/src/Bundle/ChillThirdPartyBundle/chill.api.specs.yaml vendor/chill-project/chill-bundles/src/Bundle/ChillDocStoreBundle/chill.api.specs.yaml> templates/api/specs.yaml",
|
|
|
|
"specs-validate": "swagger-cli validate templates/api/specs.yaml",
|
|
|
|
"specs": "yarn run specs-build && yarn run specs-validate"
|
2022-12-24 14:40:18 +00:00
|
|
|
}
|
2022-07-11 17:27:00 +00:00
|
|
|
}
|