{
  "name": "@scalar/json-magic",
  "description": "A collection of utilities for working with JSON objects, including diffing, conflict resolution, bundling and more.",
  "license": "MIT",
  "author": "Scalar (https://github.com/scalar)",
  "homepage": "https://github.com/scalar/scalar",
  "bugs": "https://github.com/scalar/scalar/issues/new/choose",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scalar/scalar.git",
    "directory": "packages/json-magic"
  },
  "version": "0.11.7",
  "engines": {
    "node": ">=20"
  },
  "type": "module",
  "exports": {
    "./bundle": {
      "import": "./dist/bundle/index.js",
      "types": "./dist/bundle/index.d.ts",
      "default": "./dist/bundle/index.js"
    },
    "./bundle/plugins/browser": {
      "import": "./dist/bundle/plugins/browser.js",
      "types": "./dist/bundle/plugins/browser.d.ts",
      "default": "./dist/bundle/plugins/browser.js"
    },
    "./bundle/plugins/node": {
      "import": "./dist/bundle/plugins/node.js",
      "types": "./dist/bundle/plugins/node.d.ts",
      "default": "./dist/bundle/plugins/node.js"
    },
    "./dereference": {
      "import": "./dist/dereference/index.js",
      "types": "./dist/dereference/index.d.ts",
      "default": "./dist/dereference/index.js"
    },
    "./diff": {
      "import": "./dist/diff/index.js",
      "types": "./dist/diff/index.d.ts",
      "default": "./dist/diff/index.js"
    },
    "./helpers/escape-json-pointer": {
      "import": "./dist/helpers/escape-json-pointer.js",
      "types": "./dist/helpers/escape-json-pointer.d.ts",
      "default": "./dist/helpers/escape-json-pointer.js"
    },
    "./helpers/get-segments-from-path": {
      "import": "./dist/helpers/get-segments-from-path.js",
      "types": "./dist/helpers/get-segments-from-path.d.ts",
      "default": "./dist/helpers/get-segments-from-path.js"
    },
    "./helpers/is-file-path": {
      "import": "./dist/helpers/is-file-path.js",
      "types": "./dist/helpers/is-file-path.d.ts",
      "default": "./dist/helpers/is-file-path.js"
    },
    "./helpers/is-http-url": {
      "import": "./dist/helpers/is-http-url.js",
      "types": "./dist/helpers/is-http-url.d.ts",
      "default": "./dist/helpers/is-http-url.js"
    },
    "./helpers/unescape-json-pointer": {
      "import": "./dist/helpers/unescape-json-pointer.js",
      "types": "./dist/helpers/unescape-json-pointer.d.ts",
      "default": "./dist/helpers/unescape-json-pointer.js"
    },
    "./magic-proxy": {
      "import": "./dist/magic-proxy/index.js",
      "types": "./dist/magic-proxy/index.d.ts",
      "default": "./dist/magic-proxy/index.js"
    }
  },
  "files": [
    "dist",
    "CHANGELOG.md"
  ],
  "dependencies": {
    "pathe": "^2.0.3",
    "yaml": "^2.8.0",
    "@scalar/helpers": "0.2.18"
  },
  "devDependencies": {
    "fastify": "^5.3.3",
    "vite": "^7.3.1",
    "@scalar/build-tooling": "0.4.1"
  },
  "scripts": {
    "build": "scalar-build-esbuild",
    "test": "vitest",
    "types:build": "scalar-types-build",
    "types:check": "scalar-types-check"
  }
}