openapi3-ts
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "openapi3-ts", | ||
"version": "0.1.0", | ||
"description": "TS Model for OpenAPI 3.0.x spec", | ||
"version": "0.1.1", | ||
"description": "TS Model & utils for OpenAPI 3.0.x specification.", | ||
"main": "index.js", | ||
@@ -20,4 +20,5 @@ "repository": { | ||
"keywords": [ | ||
"openapi", | ||
"ts" | ||
"openapi3", | ||
"ts", | ||
"typescript" | ||
], | ||
@@ -34,4 +35,3 @@ "author": "Pedro J. Molina / Metadev", | ||
"typings", | ||
"src/**/*.spec.ts", | ||
"src/**/index.ts" | ||
"src/**/*.spec.ts" | ||
], | ||
@@ -38,0 +38,0 @@ "extension": [ |
@@ -1,2 +0,2 @@ | ||
# OpenaAPI3-TS | ||
# OpenApi3-TS | ||
@@ -7,9 +7,21 @@ TypeScript library to help building OpenAPI 3.0.x compliant API contracts. | ||
[![Build Status](https://travis-ci.org/metadevpro/openapi3-ts.svg?branch=master)](https://travis-ci.org/metadevpro/openapi3-ts) | ||
[![Dependency Status](https://david-dm.org/metadevpro/openapi3-ts.svg)](https://david-dm.org/metadevpro/openapi3-ts) | ||
[![bitHound Overall Score](https://www.bithound.io/github/metadevpro/openapi3-ts/badges/score.svg)](https://www.bithound.io/github/metadevpro/openapi3-ts) | ||
[![npm version](https://badge.fury.io/js/openapi3-ts.svg)](http://badge.fury.io/js/openapi3-ts) | ||
[![NPM](https://nodei.co/npm/openapi3-ts.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/openapi3-ts/) | ||
Includes: | ||
## Includes | ||
* `/src/model` TS typed interfaces for helping building a contract. | ||
* `/src/dsl` Fluent DSL for building a contract. | ||
## Install | ||
Install package via **npm**: | ||
``` | ||
npm i --save openapi3-ts | ||
``` | ||
## References | ||
@@ -16,0 +28,0 @@ |
@@ -13,4 +13,3 @@ { | ||
"outDir": "dist", | ||
"rootDir": "src", | ||
"declaration": true | ||
"rootDir": "src" | ||
}, | ||
@@ -17,0 +16,0 @@ "compileOnSave": true, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34
48011
32
1109