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.44 kB
{ "name": "@loopback/openapi-spec-builder", "description": "Make it easy to create OpenAPI (Swagger) specification documents in your tests using the builder pattern.", "version": "7.0.11", "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": "18 || 20 || 22" }, "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": "^11.0.10", "@loopback/eslint-config": "^15.0.5", "@loopback/testlab": "^7.0.11", "@types/node": "^16.18.126" }, "gitHead": "0c7708d49efe343cd46350e5014a147c920e59f7" }