{
  "name": "oas",
  "version": "20.10.3",
  "description": "Comprehensive tooling for working with OpenAPI definitions",
  "license": "MIT",
  "author": "ReadMe <support@readme.io> (https://readme.com)",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "engines": {
    "node": ">=14"
  },
  "keywords": [
    "api",
    "apis",
    "openapi",
    "openapi initiative",
    "openapi specification",
    "openapi spec",
    "openapi document",
    "oai",
    "oas",
    "apidoc",
    "microservice",
    "documentation"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/readmeio/oas.git"
  },
  "bugs": {
    "url": "https://github.com/readmeio/oas/issues"
  },
  "scripts": {
    "build": "tsc",
    "lint": "npm run lint:types; npm run lint:js; npm run lint:docs; npm run prettier",
    "lint:js": "eslint . --ext .js,.ts",
    "lint:docs": "npx -y alex .",
    "lint:types": "tsc --noEmit",
    "prebuild": "rm -rf dist/",
    "prepack": "npm run build",
    "prepare": "husky install",
    "pretest": "npm run build",
    "prettier": "prettier --check .",
    "prettier:fix": "prettier --check --write .",
    "test": "vitest --coverage",
    "watch": "tsc --watch"
  },
  "dependencies": {
    "@readme/json-schema-ref-parser": "^1.2.0",
    "@types/json-schema": "^7.0.11",
    "json-schema-merge-allof": "^0.8.1",
    "jsonpath-plus": "^7.2.0",
    "jsonpointer": "^5.0.0",
    "memoizee": "^0.4.14",
    "oas-normalize": "^8.4.0",
    "openapi-types": "^12.1.1",
    "path-to-regexp": "^6.2.0",
    "remove-undefined-objects": "^3.0.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.7.1",
    "@commitlint/config-conventional": "^17.7.0",
    "@readme/eslint-config": "^12.1.0",
    "@readme/oas-examples": "^5.12.0",
    "@readme/openapi-parser": "^2.5.0",
    "@types/json-schema-merge-allof": "^0.6.1",
    "@types/memoizee": "^0.4.6",
    "@types/node": "^20.5.3",
    "@vitest/coverage-v8": "^0.34.2",
    "eslint": "^8.47.0",
    "husky": "^8.0.3",
    "prettier": "^3.0.2",
    "typescript": "^5.1.6",
    "vitest": "^0.34.2"
  },
  "prettier": "@readme/eslint-config/prettier",
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  }
}
