UNPKG

openapi-json-schema

Version:

Minimalistic OpenAPI 3 ⬌ JSON Schema (draft 7) conversion

58 lines (57 loc) 1.42 kB
{ "name": "openapi-json-schema", "version": "2.0.0", "description": "Minimalistic OpenAPI 3 ⬌ JSON Schema (draft 7) conversion", "author": "Gustaf Räntilä", "license": "MIT", "bugs": { "url": "https://github.com/grantila/openapi-json-schema/issues" }, "homepage": "https://github.com/grantila/openapi-json-schema#readme", "main": "./dist/index.js", "types": "./dist/index.d.ts", "directories": {}, "type": "module", "sideEffects": false, "engines": { "node": ">=14.13.1 || >= 16" }, "files": [ "dist" ], "scripts": { "build": "rimraf dist && tsc -p tsconfig.prod.json", "test": "NODE_OPTIONS=--experimental-vm-modules jest", "cz": "git-cz" }, "repository": { "type": "git", "url": "https://github.com/grantila/openapi-json-schema" }, "keywords": [ "openapi", "json", "schema", "convert", "conversion" ], "devDependencies": { "@babel/preset-env": "^7.20.2", "@babel/preset-typescript": "^7.18.6", "@types/jest": "^27.0.1", "@types/json-schema": "^7.0.9", "ajv": "^7.0.0", "ajv-formats": "^1.5.1", "cz-conventional-changelog": "^3.3.0", "jest": "^27.1.1", "rimraf": "^3.0.2", "ts-jest-resolver": "^2.0.0", "typescript": "^4.4.3" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "packageManager": "yarn@3.2.4" }