{
  "name": "oas",
  "version": "20.11.0",
  "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": "eslint . --ext .js,.ts",
    "lint:docs": "npx alex .",
    "prebuild": "rm -rf dist/",
    "prepack": "npm run build",
    "prepare": "husky install",
    "pretest": "npm run lint",
    "prettier": "prettier --list-different \"./**/**.{js,ts,md}\"",
    "prettier:write": "prettier --list-different --write \"./**/**.{js,ts,md}\"",
    "release": "npx conventional-changelog-cli -i CHANGELOG.md -s && git add CHANGELOG.md",
    "test": "tsc; jest --coverage",
    "test-watch": "tsc; jest --watch",
    "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": "^1.1.1",
    "jsonpointer": "^5.0.0",
    "memoizee": "^0.4.14",
    "oas-normalize": "^8.3.0",
    "openapi-types": "^12.1.0",
    "path-to-regexp": "^6.2.0"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.3.0",
    "@commitlint/config-conventional": "^17.3.0",
    "@readme/eslint-config": "^10.3.2",
    "@readme/oas-examples": "^5.7.1",
    "@readme/openapi-parser": "^2.4.0",
    "@types/jest": "^29.2.5",
    "@types/json-schema-merge-allof": "^0.6.1",
    "@types/jsonpath": "^0.2.4",
    "@types/memoizee": "^0.4.6",
    "@types/node": "^18.11.18",
    "eslint": "^8.31.0",
    "husky": "^8.0.3",
    "jest": "^29.3.1",
    "prettier": "^2.8.1",
    "ts-jest": "^29.0.3",
    "typescript": "^4.9.4"
  },
  "prettier": "@readme/eslint-config/prettier",
  "commitlint": {
    "extends": [
      "@commitlint/config-conventional"
    ]
  }
}
