UNPKG

@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
{ "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.7", "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.7", "@loopback/eslint-config": "^16.0.1", "@loopback/testlab": "^8.0.7", "@types/node": "^16.18.126" }, "gitHead": "68b1a429ac9f3ec7ac0fc275ba7907ca620a08d2" }