{
  "name": "@vi5hnuu/ngx-scribbly",
  "version": "1.0.5",
  "description": "A flexible Angular directive to draw any custom elements on screen via mouse interaction, with aspect-ratio locking and full shape support.",
  "author": {
    "name": "Vishnu kumar",
    "url": "https://github.com/vi5hnuu"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/vi5hnuu/laxmi-solutions/tree/main/projects/ngx-scribbly"
  },
  "bugs": {
    "url": "https://github.com/vi5hnuu/laxmi-solutions/issues"
  },
  "homepage": "https://github.com/vi5hnuu/laxmi-solutions/blob/main/projects/ngx-scribbly/README.md",
  "keywords": [
    "angular",
    "directive",
    "drawing",
    "custom-elements",
    "ngx-scribbly",
    "aspect-ratio",
    "mouse-draw",
    "canvas",
    "angular-directive",
    "freehand",
    "draw-anything"
  ],
  "peerDependencies": {
    "@angular/common": "^19.2.0",
    "@angular/core": "^19.2.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "sideEffects": false,
  "module": "fesm2022/vi5hnuu-ngx-scribbly.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/vi5hnuu-ngx-scribbly.mjs"
    }
  }
}