@loopback/openapi-spec-builder
Version:
Make it easy to create OpenAPI (Swagger) specification documents in your tests using the builder pattern.
53 lines (52 loc) • 1.43 kB
JSON
{
"name": "@loopback/openapi-spec-builder",
"description": "Make it easy to create OpenAPI (Swagger) specification documents in your tests using the builder pattern.",
"version": "8.0.2",
"keywords": [
"Swagger",
"OpenAPI Spec",
"TypeScript",
"Builder",
"Testing"
],
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "IBM Corp. and LoopBack contributors",
"copyright.owner": "IBM Corp. and LoopBack contributors",
"repository": {
"type": "git",
"url": "https://github.com/loopbackio/loopback-next.git",
"directory": "packages/openapi-spec-builder"
},
"engines": {
"node": "20 || 22 || 24"
},
"scripts": {
"build": "lb-tsc",
"clean": "lb-clean loopback-openapi-spec-builder*.tgz dist *.tsbuildinfo package",
"pretest": "npm run build",
"test": "lb-mocha \"dist/__tests__/**/*.js\"",
"verify": "npm pack && tar xf loopback-openapi-spec-builder*.tgz && tree package && npm run clean"
},
"publishConfig": {
"access": "public"
},
"files": [
"README.md",
"dist",
"src",
"!*/__tests__"
],
"dependencies": {
"openapi3-ts": "^2.0.2",
"tslib": "^2.8.1"
},
"devDependencies": {
"@loopback/build": "^12.0.2",
"@loopback/eslint-config": "^16.0.0",
"@loopback/testlab": "^8.0.2",
"@types/node": "^16.18.126"
},
"gitHead": "c2a3c1ada086e3abd6ea195ec8f70ce5a63c924c"
}