{
  "name": "mh-calendar-core",
  "version": "0.1.3",
  "description": "Core of the mh-calendar",
  "type": "module",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/mh-calendar-core/mh-calendar-core.esm.js",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs.js"
    },
    "./loader": {
      "types": "./loader/index.d.ts",
      "import": "./loader/index.js",
      "require": "./loader/index.cjs.js"
    },
    "./dist/components/*": "./dist/components/*"
  },
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "prebuild": "rm -rf dist loader",
    "build": "stencil build",
    "start": "stencil build --dev --watch --serve",
    "dev": "stencil build --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "format": "prettier --write .",
    "yalc:watch": "nodemon --watch dist --exec 'yalc push --sig'",
    "lint": "eslint src --ext .ts,.tsx",
    "lint:fix": "eslint src --ext .ts,.tsx --fix"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.4",
    "@stencil/core": "^4.27.1",
    "@stencil/eslint-plugin": "^1.2.0",
    "@stencil/react-output-target": "^1.0.3",
    "@stencil/store": "^2.1.3",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.13.5",
    "eslint": "^9.39.4",
    "eslint-config-prettier": "^10.1.8",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "prettier": "^3.5.3",
    "puppeteer": "^24.3.0",
    "typescript": "^5.5.4",
    "typescript-eslint": "^8.59.0"
  },
  "license": "MIT",
  "dependencies": {
    "dayjs": "^1.11.13"
  }
}
