{
  "name": "add-to-calendar-button",
  "version": "2.13.5",
  "engines": {
    "node": ">=18.17.0",
    "npm": ">=9.6.7"
  },
  "description": "A convenient JavaScript snippet, which lets you create beautiful buttons, where people can add events to their calendars.",
  "main": "dist/commonjs/index.js",
  "module": "dist/module/index.js",
  "files": [
    "dist",
    "test",
    "assets/css/*.css",
    "index.d.ts",
    "unstyle/index.d.ts",
    "no-pro/index.d.ts",
    "no-pro-unstyle/index.d.ts",
    ".eslintrc.json",
    "CHANGELOG.md",
    ".npmignore"
  ],
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./dist/module/index.js",
      "require": "./dist/commonjs/index.js"
    },
    "./no-pro": {
      "types": "./no-pro/index.d.ts",
      "import": "./dist/module/no-pro/index.js",
      "require": "./dist/commonjs/no-pro/index.js"
    },
    "./unstyle": {
      "types": "./unstyle/index.d.ts",
      "import": "./dist/module/unstyle/index.js",
      "require": "./dist/commonjs/unstyle/index.js"
    },
    "./no-pro-unstyle": {
      "types": "./no-pro-unstyle/index.d.ts",
      "import": "./dist/module/no-pro-unstyle/index.js",
      "require": "./dist/commonjs/no-pro-unstyle/index.js"
    }
  },
  "types": "index.d.ts",
  "jsdelivr": "./dist/atcb.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/add2cal/add-to-calendar-button.git"
  },
  "keywords": [
    "react",
    "javascript",
    "css",
    "microsoft",
    "apple",
    "google",
    "angular",
    "widget",
    "generator",
    "component",
    "vue",
    "calendar",
    "event",
    "vanilla-js",
    "free",
    "snippet",
    "outlook",
    "add-to-calendar",
    "add-to-calendar-button",
    "add-event"
  ],
  "author": {
    "name": "Jens Kuerschner",
    "url": "https://jekuer.com/"
  },
  "license": "ELv2",
  "bugs": {
    "url": "https://github.com/add2cal/add-to-calendar-button/issues"
  },
  "homepage": "https://add-to-calendar-button.com/",
  "scripts": {
    "release": "node set-release.js",
    "stylelint": "npx stylelint assets/css/*.css",
    "stylelint:fix": "npm run stylelint -- --fix",
    "eslint": "eslint .",
    "eslint:fix": "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 && cd demo && npm run lint:fix && npm run prettier:fix",
    "test": "node test/test-prep.js && npx web-test-runner test/wc-tests/*.test.js --node-resolve",
    "dev": "cd demo && npm run dev",
    "build:all": "npm run build && npm run build:demo",
    "build:demo": "cd demo && npm run generate",
    "build:min": "npx grunt uglifyMain",
    "build": "npx grunt"
  },
  "dependencies": {
    "timezones-ical-library": "^1.10.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.2",
    "@open-wc/testing": "^4.0.0",
    "@web/test-runner": "^0.20.2",
    "@babel/core": "^7.28.5",
    "@babel/preset-env": "^7.28.5",
    "eslint": "^9.39.2",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.4",
    "eslint-plugin-regexp": "^2.10.0",
    "eslint-plugin-security": "^3.0.1",
    "eslint-plugin-wc": "^3.0.2",
    "grunt": ">=1.6.1",
    "grunt-contrib-clean": "^2.0.1",
    "grunt-contrib-concat": "^2.1.0",
    "grunt-contrib-cssmin": "^5.0.0",
    "grunt-contrib-uglify": "^5.2.2",
    "grunt-babel": "^8.0.0",
    "grunt-file-creator": "^0.1.3",
    "grunt-version": "^3.0.2",
    "prettier": "3.7.4",
    "prettier-plugin-tailwindcss": "^0.7.2",
    "stylelint": "^16.26.1",
    "stylelint-config-standard": "^39.0.1"
  }
}
