{
  "name": "ngx-touch-keyboard-pn",
  "description": "Virtual Keyboard for Angular applications",
  "version": "4.0.0",
  "license": "MIT",
  "private": false,
  "author": {
    "name": "Mohsen Sohrabi",
    "url": "https://github.com/mohsen77sk"
  },
  "homepage": "https://github.com/mohsen77sk/angular-touch-keyboard#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mohsen77sk/angular-touch-keyboard.git"
  },
  "bugs": {
    "url": "https://github.com/mohsen77sk/angular-touch-keyboard/issues"
  },
  "keywords": [
    "Angular",
    "Material",
    "Touch",
    "Virtual",
    "Keyboard",
    "onscreen"
  ],
  "peerDependencies": {
    "@angular/common": ">=18.0.0",
    "@angular/core": ">=18.0.0",
    "@angular/cdk": ">=18.0.0"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "typesVersions": {
    "*": {
      "locale": [
        "./lib/Locale/index.d.ts"
      ]
    }
  },
  "module": "fesm2022/ngx-touch-keyboard-pn.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/ngx-touch-keyboard-pn.mjs",
      "esm": "./esm2022/ngx-touch-keyboard-pn.mjs",
      "default": "./fesm2022/ngx-touch-keyboard-pn.mjs"
    }
  },
  "sideEffects": false
}