{
  "name": "proto-sudoku-wc",
  "version": "0.1.201",
  "description": "prototype - a simple Sudoku app rendered in Stencil and Tailwind",
  "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/proto-sudoku-wc/proto-sudoku-wc.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "dependencies": {
    "@stencil/core": "4.43.4",
    "@stencil/store": "2.2.2",
    "ky": "2.0.2"
  },
  "devDependencies": {
    "autoprefixer": "10.5.0",
    "bumpp": "11.0.1",
    "concurrently": "9.2.1",
    "cspell": "10.0.0",
    "cssnano": "7.1.7",
    "eslint": "10.2.1",
    "only-allow": "1.2.2",
    "postcss": "8.5.10",
    "prettier": "3.8.3",
    "prettier-plugin-tailwindcss": "0.7.3",
    "proto-tailwindcss-clrs": "0.0.486",
    "tailwindcss": "4.2.4",
    "typescript": "5.9.3",
    "workbox-build": "7.4.0",
    "yoctocolors": "2.1.2"
  },
  "license": "MIT",
  "scripts": {
    "bump": "bumpp patch --commit --tag --push --yes",
    "release": "pnpm bump && pnpm build && pnpm publish",
    "preinstall": "npx only-allow pnpm",
    "dev": "concurrently \"pnpm:twx --watch\" \"pnpm:start\"",
    "twx": "sh .generate",
    "build": "pnpm twx; pnpm format; 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"
  }
}