{
  "name": "@schedule-x/events-service",
  "umdName": "SXEventsService",
  "version": "4.4.0",
  "publishConfig": {
    "access": "public"
  },
  "description": "Plugin for querying and updating events in the Schedule-x calendar",
  "author": {
    "name": "Tom Österlund",
    "email": "tom@schedule-x.dev",
    "url": "https://github.com/tomosterlund"
  },
  "license": "MIT",
  "module": "./dist/core.js",
  "main": "./dist/core.cjs.js",
  "umd": "./dist/core.umd.js",
  "types": "./dist/core.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "format": "prettier . --write",
    "test": "npx vitest run --config ../../libs/vitest-config/src/index.ts"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/schedule-x/schedule-x",
    "directory": "packages/events-service"
  },
  "homepage": "https://schedule-x.dev",
  "gitHead": "ecad3b9cfa4f86cd84cde44a44de28ffdf8bd7ad"
}
