{
  "name": "@stoplight/http-spec",
  "version": "7.1.0",
  "description": "",
  "keywords": [],
  "main": "index.js",
  "sideEffects": false,
  "files": [
    "**/*"
  ],
  "author": "Stoplight <support@stoplight.io>",
  "repository": {
    "type": "git",
    "url": "https://github.com/stoplightio/http-spec"
  },
  "license": "Apache-2.0",
  "engines": {
    "node": ">=14.13"
  },
  "dependencies": {
    "@stoplight/json": "^3.18.1",
    "@stoplight/json-schema-generator": "1.0.2",
    "@stoplight/types": "14.1.0",
    "@types/json-schema": "7.0.11",
    "@types/swagger-schema-official": "~2.0.22",
    "@types/type-is": "^1.6.3",
    "fnv-plus": "^1.3.1",
    "lodash": "^4.17.21",
    "openapi3-ts": "^2.0.2",
    "postman-collection": "^4.1.3",
    "tslib": "^2.6.2",
    "type-is": "^1.6.18"
  },
  "type": "commonjs",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "default": "./index.js"
    },
    "./generators": {
      "types": "./generators.d.ts",
      "default": "./generators.js"
    },
    "./hash": {
      "types": "./hash.d.ts",
      "default": "./hash.js"
    },
    "./oas": {
      "types": "./oas/index.d.ts",
      "default": "./oas/index.js"
    },
    "./oas2": {
      "types": "./oas2/index.d.ts",
      "default": "./oas2/index.js"
    },
    "./oas2/operation": {
      "types": "./oas2/operation.d.ts",
      "default": "./oas2/operation.js"
    },
    "./oas3": {
      "types": "./oas3/index.d.ts",
      "default": "./oas3/index.js"
    },
    "./oas3/operation": {
      "types": "./oas3/operation.d.ts",
      "default": "./oas3/operation.js"
    },
    "./postman": {
      "types": "./postman/index.d.ts",
      "default": "./postman/index.js"
    },
    "./postman/operation": {
      "types": "./postman/operation.d.ts",
      "default": "./postman/operation.js"
    }
  },
  "typings": "index.d.ts"
}
