{
  "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"
  }
}
