{
  "name": "@craftile/core",
  "version": "1.1.1",
  "description": "Framework-agnostic block editor engine for Craftile",
  "keywords": [
    "craftile",
    "block-editor",
    "cms",
    "editor",
    "blocks"
  ],
  "license": "MIT",
  "authors": [
    {
      "name": "Eldo Magan",
      "email": "magan.eldo@gmail.com"
    }
  ],
  "type": "module",
  "types": "src/index.ts",
  "exports": {
    ".": "./src/index.ts",
    "./vue": "./src/vue/index.ts"
  },
  "files": [
    "src"
  ],
  "dependencies": {
    "@craftile/event-bus": "1.1.1",
    "@craftile/types": "1.1.1"
  },
  "devDependencies": {
    "vitest": "^3.2.4",
    "vue": "^3.0.0"
  },
  "peerDependencies": {
    "vue": "^3.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/craftile/editor.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "vitest"
  }
}