snippet-enricher-cli
Version:
Enrich OpenAPI 3.0 JSON with code snippets (``x-codeSamples``)
29 lines (28 loc) • 633 B
JSON
{
"name": "snippet-enricher-cli",
"version": "0.0.8",
"description": "Enrich OpenAPI 3.0 JSON with code snippets (``x-codeSamples``)",
"repository": {
"type": "git",
"url": "https://github.com/cdwv/oas3-api-snippet-enricher"
},
"main": "index.js",
"bin": {
"snippet-enricher-cli": "bin/snippet-enricher-cli"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"openapi",
"swagger",
"oas3"
],
"author": "Andrzej WP",
"license": "MIT",
"dependencies": {
"js-yaml": "^3.13.1",
"openapi-snippet": "^0.9.0",
"yargs": "^15.3.1"
}
}