{
  "name": "datocms-plugin-centra",
  "version": "0.1.6",
  "description": "Select Centra products, variants, and SKU items from DatoCMS",
  "type": "module",
  "author": "DatoCMS <support@datocms.com>",
  "license": "ISC",
  "homepage": "https://github.com/datocms/plugins/tree/master/centra#readme",
  "keywords": [
    "datocms",
    "datocms-plugin",
    "field-editor",
    "json-field",
    "centra",
    "ecommerce",
    "product-picker"
  ],
  "files": [
    "dist",
    "docs/*.png",
    "docs/*.svg",
    "docs/*.jpg",
    "docs/*.mp4"
  ],
  "scripts": {
    "dev": "vite",
    "build": "tsc -b && vite build",
    "preview": "vite preview",
    "prepublishOnly": "npm run build",
    "lint": "biome lint ./src ./tests",
    "lint:fix": "biome lint --write ./src ./tests",
    "test": "vitest run",
    "test:watch": "vitest",
    "coverage": "vitest run --coverage"
  },
  "dependencies": {
    "@dnd-kit/core": "^6.3.1",
    "@dnd-kit/sortable": "^10.0.0",
    "@dnd-kit/utilities": "^3.2.2",
    "datocms-plugin-sdk": "^2.2.2",
    "datocms-react-ui": "^2.2.2",
    "lodash-es": "^4.17.23",
    "react": "^19.2.4",
    "react-dom": "^19.2.4"
  },
  "devDependencies": {
    "@types/lodash-es": "^4.17.12",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^5.2.0",
    "@vitest/coverage-v8": "^4.1.2",
    "@biomejs/biome": "^2.3.14",
    "jsdom": "^28.1.0",
    "typescript": "^5.9.3",
    "vite": "^7.3.1",
    "vitest": "^4.0.18"
  },
  "datoCmsPlugin": {
    "title": "Centra",
    "coverImage": "docs/cover-1200x800.png",
    "previewImage": "docs/preview.mp4",
    "entryPoint": "dist/index.html",
    "permissions": []
  },
  "overrides": {
    "datocms-react-ui": {
      "react-intersection-observer": "^9.16.0",
      "react": "$react",
      "react-dom": "$react-dom"
    }
  }
}
