@loopback/openapi-spec
Version:
TypeScript type definitions for OpenAPI Spec/Swagger documents.
40 lines (39 loc) • 936 B
JSON
{
"name": "@loopback/openapi-spec",
"version": "0.3.0",
"description": "TypeScript type definitions for OpenAPI Spec/Swagger documents.",
"engines": {
"node": ">=8"
},
"devDependencies": {
"@loopback/build": "^0.2.0"
},
"scripts": {
"build": "lb-tsc es2017",
"build:apidocs": "lb-apidocs",
"clean": "lb-clean loopback-openapi-spec*.tgz dist package api-docs",
"prepublishOnly": "npm run build && npm run build:apidocs",
"verify": "npm pack && tar xf loopback-openapi-spec*.tgz && tree package && npm run clean"
},
"author": "IBM",
"copyright.owner": "IBM Corp.",
"license": "MIT",
"keywords": [
"Swagger",
"OpenAPI Spec",
"TypeScript",
"Typings"
],
"files": [
"README.md",
"index.js",
"index.d.ts",
"dist/src",
"api-docs",
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-next.git"
}
}