{
  "name": "jsonjoy-builder",
  "license": "MIT",
  "description": "Visual JSON Schema editor for creating and manipulating JSON Schema definitions with an intuitive interface.",
  "author": {
    "name": "Ophir LOJKINE",
    "url": "http://ophir.dev/"
  },
  "keywords": [
    "json",
    "schema",
    "editor",
    "visual",
    "react"
  ],
  "private": false,
  "version": "1.0.3",
  "type": "module",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lovasoa/jsonjoy-builder.git"
  },
  "files": [
    "README.md",
    "LICENSE",
    "dist",
    "!tsconfig.tsbuildinfo",
    "!tsconfig.js"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "module": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./styles.css": {
      "import": "./dist/index.css",
      "module": "./dist/index.css",
      "default": "./dist/index.css"
    }
  },
  "scripts": {
    "dev": "rsbuild dev",
    "preview": "rsbuild preview",
    "build": "rslib build",
    "build:demo": "rsbuild build",
    "build:dev": "rslib build --mode development",
    "lint": "biome lint .",
    "format": "biome format . --write",
    "check": "biome check .",
    "fix": "biome check --fix --unsafe",
    "typecheck": "tsc --build --force",
    "test": "tsx --tsconfig tsconfig.test.json --test test/**/*.test.{js,ts,tsx}",
    "test:snapshots": "tsx --test-update-snapshots --tsconfig tsconfig.test.json --test test/**/*.test.{js,ts,tsx}",
    "prepack": "npm run build"
  },
  "dependencies": {
    "@monaco-editor/react": "^4.7.0",
    "@radix-ui/react-dialog": "^1.1.15",
    "ajv": "^8.17.1",
    "ajv-formats": "^3.0.1",
    "clsx": "^2.1.1",
    "lucide-react": "^1.8.0",
    "tailwind-merge": "^3.3.1",
    "zod": "^4.0.17"
  },
  "peerDependencies": {
    "monaco-editor": ">= 0.25.0 < 1",
    "react": ">=19.0.0",
    "react-dom": ">=19.0.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.12",
    "@microsoft/api-extractor": "^7.52.11",
    "@rsbuild/core": "^2.0.7",
    "@rsbuild/plugin-react": "^2.0.0",
    "@rslib/core": "^0.21.2",
    "@tailwindcss/postcss": "^4.1.12",
    "@testing-library/react": "^16.3.0",
    "@types/node": "^25.0.3",
    "@types/react": "^19.1.10",
    "@types/react-dom": "^19.1.7",
    "global-jsdom": "^29.0.0",
    "monaco-editor": "^0.53.0",
    "react": "^19.1.1",
    "react-dom": "^19.1.1",
    "tailwindcss": "^4.1.12",
    "tsx": "^4.20.6",
    "typescript": "^6.0.3"
  },
  "packageManager": "npm@10.9.3+sha512.e84875bb943e908557780f1eee5d9cfc7a67145730ae4b77ef10ccba30f96ded6096859af69ea3dc5b2fde60725d79aa247cbed9c12544c30bf28a4d4fbc4825"
}
