@stoplight/spectral
Version:
A flexible object linter with out of the box support for OpenAPI v2 and v3.
64 lines (63 loc) • 1.43 kB
JSON
{
"name": "@stoplight/spectral",
"version": "3.0.3",
"description": "A flexible object linter with out of the box support for OpenAPI v2 and v3.",
"keywords": [
"json linter",
"linter",
"json validator",
"validator",
"OpenAPI",
"Swagger",
"schema",
"API"
],
"main": "index.js",
"sideEffects": false,
"files": [
"**/*"
],
"author": "Stoplight <support@stoplight.io>",
"repository": {
"type": "git",
"url": "https://github.com/stoplightio/spectral"
},
"license": "Apache-2.0",
"engines": {
"node": ">=8.3.0"
},
"dependencies": {
"@oclif/command": "^1.0",
"@oclif/config": "^1.12.11",
"@oclif/plugin-help": "^2.0",
"@stoplight/json": "^2.1.0",
"@stoplight/json-ref-resolver": "^1.5.0",
"@stoplight/types": "^7.0.1",
"@stoplight/yaml": "^2.3.0",
"ajv": "6.x.x",
"ajv-oai": "^1.1.1",
"chalk": "^2.4.2",
"jsonpath": "https://github.com/stoplightio/jsonpath#f1c0e9e634da2d45671b7639fa0a99afc807da17",
"lodash": ">=4.17.5",
"node-fetch": "2.x.x",
"strip-ansi": "^5.2.0",
"text-table": "^0.2.0",
"typescript-json-schema": "^0.38.0"
},
"pkg": {
"scripts": [
"cli/**/*.js"
]
},
"typings": "index.d.ts",
"bin": {
"spectral": "./bin/run"
},
"oclif": {
"commands": "./cli/commands",
"bin": "spectral",
"plugins": [
"@oclif/plugin-help"
]
}
}