UNPKG

@stoplight/spectral

Version:

[![Demo of Spectral linting an OpenAPI document from the CLI](./docs/img/readme-header.svg)](https://stoplight.io/api-governance?utm_source=github&utm_medium=spectral&utm_campaign=readme) [![CircleCI](https://img.shields.io/circleci/build/github/stoplight

37 lines (36 loc) 740 B
{ "name": "@stoplight/spectral", "version": "6.5.0", "keywords": [ "json linter", "linter", "json validator", "validator", "OpenAPI", "Swagger", "schema", "API" ], "homepage": "https://github.com/stoplightio/spectral", "bugs": "https://github.com/stoplightio/spectral/issues", "author": "Stoplight <support@stoplight.io>", "bin": "./index.js", "engines": { "node": "^12.20 || >= 14.13" }, "license": "Apache-2.0", "main": "index.js", "files": [ "index.js" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/stoplightio/spectral.git" }, "dependencies": { "@stoplight/spectral-cli": "6.5.0" } }