mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
11 lines
230 B
JSON
11 lines
230 B
JSON
{
|
|
"name": "test-project-smoke-plugins",
|
|
"scripts": {
|
|
"redocly-version": "redocly --version",
|
|
"redocly-lint": "redocly lint openapi.yaml"
|
|
},
|
|
"dependencies": {
|
|
"@redocly/portal-plugin-async-api": "1.0.273"
|
|
}
|
|
}
|