{
  "name": "@schedule-x/resize",
  "umdName": "SXResize",
  "version": "3.7.3",
  "description": "Resize events in the Schedule-X calendar",
  "author": {
    "name": "Tom Österlund",
    "email": "tom@schedule-x.dev",
    "url": "https://github.com/tomosterlund"
  },
  "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/resize"
  },
  "homepage": "https://schedule-x.dev",
  "gitHead": "6b2d6ecbbc039f41cbb0df144e65f478365935aa"
}
