openapi3-ts
Advanced tools
Comparing version 0.1.1 to 0.2.1
{ | ||
"name": "openapi3-ts", | ||
"version": "0.1.1", | ||
"version": "0.2.1", | ||
"description": "TS Model & utils for OpenAPI 3.0.x specification.", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"repository": { | ||
@@ -15,4 +16,4 @@ "type": "git", | ||
"lint": "tslint -c tslint.json 'src/**/*.ts'", | ||
"test:tdd": "mocha --reporter min --compilers ts:ts-node/register \"src/**/*.spec.ts\" --watch", | ||
"test": "mocha --recursive --compilers ts:ts-node/register \"src/**/*.spec.ts\"", | ||
"test:tdd": "mocha --recursive --reporter min --compilers ts:ts-node/register --require source-map-support/register \"src/**/*.spec.ts\" --watch", | ||
"test": "mocha --recursive --compilers ts:ts-node/register --require source-map-support/register \"src/**/*.spec.ts\"", | ||
"cover": "nyc npm test" | ||
@@ -35,3 +36,4 @@ }, | ||
"typings", | ||
"src/**/*.spec.ts" | ||
"**/*.spec.ts", | ||
"**/*.d.ts" | ||
], | ||
@@ -50,15 +52,16 @@ "extension": [ | ||
"all": true | ||
}, | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^3.4.35", | ||
"@types/chai": "^4.0.0", | ||
"@types/mocha": "^2.2.39", | ||
"@types/node": "^7.0.5", | ||
"chai": "^3.5.0", | ||
"chai": "^4.0.1", | ||
"coveralls": "^2.12.0", | ||
"mocha": "^3.2.0", | ||
"nyc": "^10.1.2", | ||
"nyc": "^11.0.1", | ||
"rimraf": "^2.6.1", | ||
"ts-node": "^2.1.0", | ||
"tslint": "^4.5.1", | ||
"ts-node": "^3.0.4", | ||
"tslint": "^5.4.2", | ||
"typescript": "^2.2.1" | ||
} | ||
} |
@@ -7,2 +7,3 @@ # OpenApi3-TS | ||
[![Build Status](https://travis-ci.org/metadevpro/openapi3-ts.svg?branch=master)](https://travis-ci.org/metadevpro/openapi3-ts) | ||
[![Coverage Status](https://coveralls.io/repos/github/metadevpro/openapi3-ts/badge.svg?branch=master)](https://coveralls.io/github/metadevpro/openapi3-ts?branch=master) | ||
[![Dependency Status](https://david-dm.org/metadevpro/openapi3-ts.svg)](https://david-dm.org/metadevpro/openapi3-ts) | ||
@@ -9,0 +10,0 @@ [![bitHound Overall Score](https://www.bithound.io/github/metadevpro/openapi3-ts/badges/score.svg)](https://www.bithound.io/github/metadevpro/openapi3-ts) |
{ | ||
"compilerOptions": { | ||
"declaration": true, | ||
"target": "ES6", | ||
@@ -23,2 +24,2 @@ "module": "commonjs", | ||
] | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
122144
40
1426
35
11