{
  "name": "wc-datepicker",
  "version": "0.13.0",
  "description": "A small, accessible and customizable datepicker written in TypeScript.",
  "repository": {
    "type": "git",
    "url": "https://github.com/Sqrrl/wc-datepicker.git"
  },
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/wc-datepicker/wc-datepicker.esm.js",
  "files": [
    "dist/"
  ],
  "scripts": {
    "build": "yarn build:stencil && yarn build:docs",
    "build:stencil": "stencil build",
    "build:docs": "rimraf docs-www && copyfiles -u 1 docs/* docs/**/* dist/themes/* docs-www && copyfiles dist/esm/* docs-www && node terser.js",
    "start": "yarn start:stencil",
    "start:stencil": "stencil build --dev --watch --serve",
    "start:docs": "concurrently --kill-others \"npm-watch build:docs\" \"serve docs-www\"",
    "test": "TZ=UTC stencil test --spec",
    "test:watch": "TZ=UTC stencil test --spec --watchAll",
    "test:coverage": "TZ=UTC stencil test --spec --coverage --no-cache",
    "generate": "stencil generate",
    "changeset": "changeset",
    "version-packages": "changeset version",
    "release": "yarn build:stencil && changeset publish"
  },
  "watch": {
    "build:docs": {
      "extensions": "*",
      "patterns": [
        "docs"
      ]
    }
  },
  "dependencies": {
    "@stencil/core": "^2.13.0"
  },
  "devDependencies": {
    "@changesets/changelog-github": "^0.4.7",
    "@changesets/cli": "^2.25.0",
    "@stencil/postcss": "^2.1.0",
    "@types/jest": "^27.0.3",
    "autoprefixer": "^10.4.12",
    "concurrently": "^7.5.0",
    "copyfiles": "^2.4.1",
    "glob": "^8.0.3",
    "jest": "^27.0.3",
    "jest-cli": "^27.4.5",
    "npm-watch": "^0.11.0",
    "postcss-nested": "^6.0.0",
    "rimraf": "^3.0.2",
    "serve": "^14.0.1",
    "terser": "^5.15.1"
  },
  "license": "MIT"
}
