{
  "name": "@banneratriads/theme",
  "version": "0.0.1",
  "main": "dist/index.cjs.js",
  "module": "dist/index.mjs",
  "collection": "dist/collection/collection-manifest.json",
  "customElements": "dist/custom-elements/index.js",
  "types": "dist/types/index.d.ts",
  "scripts": {
    "build": "stencil build",
    "start": "stencil build --dev --watch"
  },
  "dependencies": {},
  "devDependencies": {
    "@stencil/core": "^4.0.0",
    "@stencil/sass": "^1.5.2",
    "sass": "^1.66.1"
  }
}
