@opendoc/openapi-shaking
Version:
Remove the useless components and paths of openapi document.
75 lines • 1.94 kB
JSON
{
"name": "@opendoc/openapi-shaking",
"main": "dist/umd/src/index.js",
"module": "dist/esm/src/index.js",
"types": "dist/esm/src/index.d.ts",
"description": "Remove the useless components and paths of openapi document.",
"version": "1.5.0",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/buka-lnc/app.opendoc.git"
},
"keywords": [
"opendoc",
"openapi",
"openapi3",
"openapi3.1",
"swagger",
"document",
"sharking",
"remove",
"useless",
"components",
"paths",
"dependencies",
"dependency",
"ref",
"reference",
"$ref"
],
"author": "Val.istar.Guo <val.istar.guo@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/buka-lnc/app.opendoc/issues"
},
"homepage": "https://github.com/buka-lnc/app.opendoc#readme",
"devDependencies": {
"@buka/eslint-config": "^2.0.3",
"@jest/globals": "^29.7.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.16.2",
"@types/ramda": "^0.30.2",
"cpx2": "^7.0.1",
"eslint": "^9.9.1",
"globals": "^15.9.0",
"jest": "^29.7.0",
"jest-mock": "^29.7.0",
"standard-version": "^9.5.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"ts-patch": "^3.2.1",
"typescript": "5.4.5",
"typescript-transform-paths": "^3.5.0"
},
"dependencies": {
"@types/object-path": "^0.11.4",
"jsonpath-plus": "^9.0.0",
"object-path": "^0.11.8",
"openapi-types": "^12.1.3",
"ramda": "^0.30.1",
"type-fest": "^4.34.1",
"@opendoc/openapi-reference-parser": "1.3.6"
},
"scripts": {
"build": "npm run clean && ./build/build.sh",
"clean": "rm -rf ./dist/*",
"dev": "npm run clean && ./build/dev.sh",
"release": "standard-version",
"release:alpha": "standard-version --prerelease alpha",
"test": "jest",
"test:update": "jest --updateSnapshot"
}
}