openapi-flattener
Version:
Install: `npm install openapi-flattener --save -g`
47 lines (46 loc) • 1.08 kB
JSON
{
"devDependencies": {
"@types/json-schema-merge-allof": "^0.6.0",
"@types/minimist": "^1.2.1",
"@types/node": "^15.12.4",
"typescript": "^4.3.4"
},
"scripts": {
"compile": "npx tsc -w"
},
"dependencies": {
"json-schema-merge-allof": "^0.8.1",
"json-schema-ref-parser": "^9.0.9",
"minimist": "^1.2.5",
"node-yaml": "^4.0.1"
},
"name": "openapi-flattener",
"description": "Install: `npm install openapi-flattener --save -g`",
"version": "1.0.3",
"main": "index.js",
"engines": {
"node": ">=12.21.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/equinor/openapi-flattener.git"
},
"bin": {
"openapi-flattener": "./dist/flattener.js"
},
"files":["./dist/flattener.js"],
"keywords": [
"OpenApi",
"flattener",
"derefence",
"merge",
"spec",
"schema"
],
"author": "Henri Siik",
"license": "MIT",
"bugs": {
"url": "https://github.com/equinor/openapi-flattener/issues"
},
"homepage": "https://github.com/equinor/openapi-flattener#readme"
}