{
  "name": "@bloklabs/angular",
  "version": "1.11.0",
  "description": "Angular block editor — official Angular bindings for Blok, the headless Notion-like rich text editor. Standalone components that render blocks and save to JSON (APF partial-Ivy bundle).",
  "license": "Apache-2.0",
  "author": "JackUait",
  "homepage": "https://blokeditor.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JackUait/blok.git",
    "directory": "packages/angular"
  },
  "bugs": {
    "url": "https://github.com/JackUait/blok/issues"
  },
  "keywords": [
    "blok",
    "angular",
    "angular-component",
    "block-editor",
    "rich-text-editor",
    "wysiwyg",
    "editor",
    "notion",
    "notion-like",
    "headless",
    "block-based",
    "contenteditable",
    "json",
    "typescript"
  ],
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@angular/common": ">=20 <23",
    "@angular/core": ">=20 <23",
    "@angular/forms": ">=20 <23",
    "@bloklabs/core": "1.11.0"
  },
  "module": "fesm2022/bloklabs-angular.mjs",
  "typings": "./index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/bloklabs-angular.mjs"
    }
  },
  "sideEffects": false,
  "type": "module",
  "dependencies": {
    "tslib": "^2.3.0"
  }
}
