{
    "name": "sms-length-calc",
    "version": "1.0.10",
    "description": "SMS length calculator.",
    "main": "index.js",
    "keywords": [
      "SMS",
      "Length",
      "Calculator"
    ],
    "module": "index.js",
    "typings": "index.d.ts",
    "author": "Your name",
    "license": "ISC",
    "repository": {
      "type": "git",
      "url": "https://github.com/vampuke/sms-length-calc.git"
    },
    "homepage": "https://github.com/vampuke/sms-length-calc.git",
    "bugs": {
      "url": "https://github.com/vampuke/sms-length-calc.git/issues"
    },
    "peerDependencies": {
      "@angular/core": "^7.2.0",
      "rxjs": "^6.3.3"
    }
  }