$self->secrets([$secret_passphrase]);
}
my $spec_file = $self->home->rel_file("api/v1/swagger/swagger_bundle.yaml");
my $spec_file = $self->home->rel_file("api/v1/swagger/swagger_bundle.json");
push @{$self->routes->namespaces}, 'Koha::Plugin';
"build:prod": "yarn css:build:prod && yarn js:build:prod",
"cypress": "cypress",
"prettier": "prettier",
"api:bundle": "redocly bundle api/v1/swagger/swagger.yaml > api/v1/swagger/swagger_bundle.yaml"
"api:bundle": "redocly bundle --ext json api/v1/swagger/swagger.yaml --output api/v1/swagger/swagger_bundle.json"
},
"repository": {
"type": "git",
-