{
  "name": "@apidevtools/json-schema-ref-parser",
  "version": "15.3.5",
  "description": "Parse, Resolve, and Dereference JSON Schema $ref pointers",
  "type": "module",
  "types": "dist/lib/index.d.ts",
  "module": "dist/lib/index.js",
  "main": "dist/lib/index.js",
  "scripts": {
    "prepublishOnly": "yarn build",
    "lint": "eslint lib",
    "build": "rimraf dist && tsc",
    "typecheck": "tsc --noEmit",
    "prettier": "prettier --write \"**/*.+(js|jsx|ts|tsx|har||json|css|md)\"",
    "test": "vitest --coverage",
    "test:specific": "vitest invalid",
    "test:node": "yarn test",
    "test:browser": "node ./test/fixtures/run-browser-tests.mjs",
    "test:update": "vitest -u",
    "test:watch": "vitest -w"
  },
  "keywords": [
    "json",
    "schema",
    "jsonschema",
    "json-schema",
    "json-pointer",
    "$ref",
    "dereference",
    "resolve"
  ],
  "author": {
    "name": "JonLuca DeCaro",
    "url": "https://jonlu.ca",
    "email": "apis@jonlu.ca"
  },
  "contributors": [
    {
      "name": "Boris Cherny",
      "email": "boris@performancejs.com"
    },
    {
      "name": "Phil Sturgeon",
      "email": "phil@apisyouwonthate.com"
    },
    {
      "name": "Jakub Rożek",
      "email": "jakub@stoplight.io"
    },
    {
      "name": "James Messinger",
      "url": "https://jamesmessinger.com"
    }
  ],
  "homepage": "https://apidevtools.com/json-schema-ref-parser/",
  "repository": {
    "type": "git",
    "url": "https://github.com/APIDevTools/json-schema-ref-parser.git"
  },
  "license": "MIT",
  "browser": {
    "fs": false
  },
  "engines": {
    "node": ">=20"
  },
  "files": [
    "lib",
    "dist"
  ],
  "peerDependencies": {
    "@types/json-schema": "^7.0.15"
  },
  "dependencies": {
    "js-yaml": "^4.1.1"
  },
  "devDependencies": {
    "@eslint/compat": "^2.0.3",
    "@eslint/js": "^10.0.1",
    "@types/eslint": "^9.6.1",
    "@types/js-yaml": "^4.0.9",
    "@types/json-schema": "^7.0.15",
    "@types/node": "^25",
    "@typescript-eslint/eslint-plugin": "^8.57.2",
    "@typescript-eslint/parser": "^8.57.2",
    "@vitest/coverage-v8": "^4.1.2",
    "cross-env": "^10.1.0",
    "eslint": "^10.1.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-prettier": "^5.5.5",
    "eslint-plugin-promise": "^7.2.1",
    "eslint-plugin-unused-imports": "^4.4.1",
    "globals": "^17.4.0",
    "jsdom": "^29.0.1",
    "prettier": "^3.8.1",
    "rimraf": "^6.1.3",
    "typescript": "^6.0.2",
    "typescript-eslint": "^8.57.2",
    "vitest": "^4.1.2"
  },
  "release": {
    "branches": [
      "main"
    ],
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      "@semantic-release/npm",
      "@semantic-release/github"
    ]
  },
  "packageManager": "yarn@4.13.0"
}
