{
  "name": "timezones-ical-library",
  "version": "1.10.0",
  "engines": {
    "node": ">=18.17.0",
    "npm": ">=9.6.7"
  },
  "description": "Easy direct access to the most recent official timezone information for iCalendar files via JavaScript",
  "main": "dist/cjs/index.js",
  "module": "dist/mjs/index.js",
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./dist/mjs/index.js",
      "require": "./dist/cjs/index.js"
    }
  },
  "files": [
    "dist",
    "test",
    "index.d.ts"
  ],
  "types": "index.d.ts",
  "jsdelivr": "./dist/tzlib.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/add2cal/timezones-ical-library.git"
  },
  "keywords": [
    "ical",
    "timezone",
    "generator",
    "builder",
    "icalendar",
    "google",
    "apple",
    "component",
    "module",
    "package",
    "free",
    "snippet",
    "outlook",
    "microsoft",
    "javascript",
    "node",
    "react",
    "IANA",
    "ics",
    "olson",
    "vzic",
    "calendar"
  ],
  "author": {
    "name": "Jens Kuerschner",
    "url": "https://jekuer.com/"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/add2cal/timezones-ical-library/issues"
  },
  "homepage": "https://tz.add-to-calendar-technology.com/",
  "scripts": {
    "release": "node set-release.js",
    "stylelint": "npx stylelint demo_assets/css/*.css",
    "stylelint:fix": "npm run stylelint -- --fix",
    "eslint": "npx eslint .",
    "eslint:fix": "npm run eslint -- --fix",
    "prettier": "npx prettier . --check",
    "prettier:fix": "npm run prettier -- --write",
    "format": "npm run eslint:fix && npm run prettier:fix && npm run stylelint:fix",
    "test": "node test/tests.js",
    "build": "npx grunt"
  },
  "devDependencies": {
    "eslint": "^9.27.0",
    "eslint-config-prettier": "^10.1.5",
    "eslint-plugin-commonjs": "^1.0.2",
    "eslint-plugin-security": "^3.0.1",
    "glob": "^11.0.2",
    "grunt": ">=1.6.1",
    "grunt-contrib-clean": "^2.0.1",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-cssmin": "^5.0.0",
    "grunt-contrib-uglify": "^5.2.2",
    "grunt-file-creator": "^0.1.3",
    "grunt-version": "^3.0.1",
    "prettier": "^3.5.3",
    "stylelint": "^16.19.1",
    "stylelint-config-standard": "^38.0.0",
    "typescript-eslint": "^8.32.1"
  }
}
