{
  "name": "calendar-link",
  "version": "2.11.4",
  "description": "📅 Calendar link generator for popular services, like Google, Outlook, and Yahoo.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "source": "src/index.ts",
  "exports": {
    ".": {
      "import": "./dist/index.modern.mjs",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "umd:main": "dist/index.umd.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build:umd": "microbundle --external none --format modern,umd",
    "build:cjs": "tsc -p tsconfig.cjs.json",
    "build": "run-p build:*",
    "test": "jest",
    "test-watch": "jest --watch",
    "coverage": "jest --coverage",
    "update-template": "npx update-template https://github.com/AnandChowdhary/calendar-link",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AnandChowdhary/calendar-link.git"
  },
  "keywords": [
    "nodejs",
    "typescript",
    "calendar",
    "calendar-link",
    "google-calendar",
    "outlook",
    "yahoo"
  ],
  "author": "Anand Chowdhary <mail@anandchowdhary.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/AnandChowdhary/calendar-link/issues"
  },
  "homepage": "https://anandchowdhary.github.io/calendar-link/",
  "devDependencies": {
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@semantic-release/github": "^12.0.6",
    "@semantic-release/npm": "^13.1.5",
    "@types/jest": "^29.5.14",
    "jest": "^29.7.0",
    "microbundle": "^0.15.1",
    "npm-run-all2": "^8.0.4",
    "semantic-release": "^25.0.3",
    "semantic-release-gitmoji": "^1.6.9",
    "ts-jest": "^29.4.9",
    "typescript": "^6.0.3"
  },
  "dependencies": {
    "dayjs": "^1.11.20"
  }
}
