{
  "name": "analog-clock-components",
  "version": "0.2.105",
  "description": "Stencil Component Starter",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/components.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/analog-clock-components/analog-clock-components.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "dependencies": {
    "@stencil/core": "4.43.4"
  },
  "license": "MIT",
  "devDependencies": {
    "bumpp": "11.0.1",
    "cspell": "10.0.0",
    "eslint": "10.3.0",
    "only-allow": "1.2.2",
    "prettier": "3.8.3",
    "typescript": "5.9.3",
    "yoctocolors": "2.1.2"
  },
  "scripts": {
    "bump": "bumpp patch --commit --tag --push --yes",
    "release": "pnpm bump && pnpm build && pnpm publish",
    "preinstall": "npx only-allow pnpm",
    "build": "stencil build --docs",
    "start": "stencil build --dev --watch --serve",
    "generate": "stencil generate",
    "spell": "cspell 'src/**/*.{ts,tsx,html,css,md}'",
    "cc": "prettier --check src",
    "format": "prettier --write src"
  }
}