{
  "name": "@chapel.at/web-components",
  "author": {
    "name": "Petro Salema",
    "email": "office@regolith.io"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chapel-at/web-components.git"
  },
  "xpublishConfig": {
    "registry": "https://npm.pkg.github.com/chapel-at"
  },
  "license": "UNLICENSED",
  "version": "1.0.65",
  "description": "Chapel web components",
  "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/chapel-web-components/chapel-web-components.esm.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "NODE_ENV=production stencil build --docs",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "publish": "npm run build && npm publish --access public && npm version $*"
  },
  "dependencies": {
    "@stencil/core": "^4.0.0",
    "date-fns-tz": "^2.0.0",
    "marked": "^5.1.2"
  },
  "devDependencies": {
    "@stencil/sass": "^3.0.4",
    "@stencil/store": "^2.0.9",
    "@types/jest": "^27.5.2",
    "@types/node": "^16.18.11",
    "jest": "^27.5.1",
    "jest-cli": "^27.5.1",
    "puppeteer": "^20.7.3",
    "stencil-tailwind-plugin": "^1.8.0",
    "tailwindcss": "^3.3.3"
  }
}
