{
  "name": "@open_mind/editor-sdk",
  "version": "0.2.1",
  "description": "Public integration SDK for connecting React and Next.js sites to the Fieldmatch visual editor.",
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" },
    "./client": { "types": "./dist/client.d.ts", "import": "./dist/client.js" },
    "./server": { "types": "./dist/server.d.ts", "import": "./dist/server.js" },
    "./security": { "types": "./dist/security.d.ts", "import": "./dist/security.js" }
  },
  "bin": {
    "fieldmatch-editor-sdk-init": "scripts/install-agent-assets.mjs"
  },
  "files": [
    "dist",
    "skills",
    "scripts",
    "templates",
    "README.md",
    "LICENSE.md"
  ],
  "scripts": {
    "build": "tsup",
    "init-agent": "node ./scripts/install-agent-assets.mjs --force",
    "postinstall": "node ./scripts/install-agent-assets.mjs",
    "prepack": "npm run build",
    "test": "vitest run",
    "typecheck": "tsc -p tsconfig.json"
  },
  "dependencies": {
    "zod": "^4.0.0"
  },
  "devDependencies": {
    "@types/node": "^22.18.3",
    "@types/react": "latest",
    "react": "latest",
    "tsup": "^8.5.1",
    "typescript": "^5.9.2",
    "vitest": "^3.2.4"
  },
  "peerDependencies": {
    "react": ">=18.2.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fieldmatch/editor-sdk.git"
  },
  "homepage": "https://github.com/fieldmatch/editor-sdk#readme",
  "bugs": {
    "url": "https://github.com/fieldmatch/editor-sdk/issues"
  },
  "keywords": [
    "fieldmatch",
    "visual-editor",
    "cms",
    "react",
    "nextjs"
  ],
  "engines": {
    "node": ">=18"
  },
  "license": "SEE LICENSE IN LICENSE.md"
}
