{
  "name": "ngx-strings",
  "author": {
    "name": "Manojkumar Muthukumar",
    "email": "manoj1010196@gmail.com"
  },
  "description": "String operations for angular projects.",
  "version": "3.0.14",
  "peerDependencies": {
    "@angular/common": "^21.2.13",
    "@angular/core": "^21.2.13"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "homepage": "https://www.beforepost.com/package/ngx/ngx-strings",
  "icon": "https://icon.beforepost.com/LG8MMQ4V-O3IBIAKV-5J0WBZV2.svg",
  "repository": {
    "type": "git",
    "url": "https://github.com/manoj10101996/ngx-packages.git"
  },
  "keywords": [
    "angular",
    "ngx",
    "string",
    "ngx-strings",
    "email",
    "css",
    "validations",
    "case",
    "uppercase",
    "lowercase",
    "titlecase",
    "initialcase",
    "linelimit",
    "string-splice",
    "string-slice",
    "emailcut",
    "email-slice",
    "email-splice",
    "strings",
    "operations",
    "manoj10101996",
    "uiconfig"
  ],
  "license": "MIT",
  "module": "fesm2022/ngx-strings.mjs",
  "typings": "types/ngx-strings.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/ngx-strings.d.ts",
      "default": "./fesm2022/ngx-strings.mjs"
    }
  },
  "sideEffects": false,
  "type": "module"
}