{
  "version": "1.1.5",
  "description": "A lightweight, framework-agnostic JavaScript calendar package, designed to integrate seamlessly with Angular, React, Vue, and other modern frameworks. Provides essential calendar functionality with customizable options, optimized for responsive layouts and easy event management.",
  "author": "Suman Mandal",
  "name": "wts-calendar-v2",
  "license": "MIT",
  "engines": {
    "node": ">=14.0.0"
  },
  "keywords": [
    "JavaScript calendar",
    "Framework-agnostic calendar",
    "Angular calendar",
    "React calendar",
    "Vue calendar",
    "Event management",
    "Calendar integration",
    "JavaScript scheduling",
    "Responsive calendar",
    "Calendar component"
  ],
  "typings": "index.d.ts",
  "main": "./index.cjs.js",
  "module": "./index.esm.js",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "import": "./index.esm.js",
      "default": "./index.esm.js"
    }
  }
}
