{
  "name": "@workflowbuilder/sdk",
  "version": "2.3.0",
  "description": "React SDK for Workflow Builder — embed a visual, flow-based workflow editor in your app.",
  "keywords": [
    "workflow",
    "workflow-editor",
    "workflow-builder",
    "flow-editor",
    "react",
    "react-component",
    "sdk",
    "diagram",
    "visual-programming",
    "node-editor"
  ],
  "homepage": "https://www.workflowbuilder.io/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/synergycodes/workflowbuilder.git",
    "directory": "packages/sdk"
  },
  "bugs": {
    "url": "https://github.com/synergycodes/workflowbuilder/issues"
  },
  "license": "Apache-2.0",
  "author": {
    "name": "Synergy Codes",
    "url": "https://www.workflowbuilder.io/"
  },
  "type": "module",
  "engines": {
    "node": ">=18"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./style.css": "./dist/style.css"
  },
  "main": "./dist/index.js",
  "sideEffects": [
    "**/*.css",
    "src/index.ts",
    "src/bootstrap.ts",
    "src/features/i18n/index.ts"
  ],
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@xyflow/react": "^12.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0",
    "zustand": "^5.0.0"
  },
  "dependencies": {
    "@cfworker/json-schema": "4.1.1",
    "@fontsource/poppins": "^5.2.7",
    "@jsonforms/core": "^3.4.0",
    "@jsonforms/react": "^3.4.0",
    "@phosphor-icons/react": "^2.1.7",
    "@synergycodes/overflow-ui": "1.0.0-beta.27",
    "ace-builds": "^1.43.4",
    "ajv": "^8.18.0",
    "clsx": "^2.1.1",
    "date-fns": "^4.1.0",
    "i18next": "^24.0.0",
    "i18next-browser-languagedetector": "^8.0.0",
    "immer": "^10.0.0",
    "notistack": "^3.0.1",
    "react-ace": "^14.0.1",
    "react-i18next": "^15.0.0",
    "react-mentions-ts": "^5.4.7",
    "remeda": "^2.19.2"
  },
  "devDependencies": {
    "@testing-library/react": "^16.3.0",
    "@types/react": "19.1.8",
    "@vitejs/plugin-react": "^4.3.4",
    "eslint-plugin-react": "7.37.2",
    "eslint-plugin-react-hooks": "5.1.0-rc.1",
    "eslint-plugin-tsdoc": "^0.4.0",
    "vite": "^6.0.7",
    "vite-plugin-dts": "^4.5.0",
    "vite-plugin-svgr": "^4.3.0",
    "vitest": "^3.0.4",
    "zustand": "^5.0.1",
    "@workflow-builder/types": "0.0.0",
    "@workflow-builder/icons": "0.0.0"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "lint": "eslint",
    "test": "vitest run",
    "test:watch": "vitest",
    "build:lib": "vite build"
  }
}