{
  "name": "@saasquatch/bedrock-components",
  "title": "Bedrock Components",
  "version": "1.5.3",
  "description": "Component library that adds advanced logic to your widgets and pages. Built and maintained by Saasquatch.",
  "icon": "https://res.cloudinary.com/saasquatch/image/upload/v1652219900/squatch-assets/For_Bedrock.svg",
  "main": "dist/index.cjs.js",
  "module": "dist/bedrock-components/bedrock-components.esm.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/components.d.ts",
  "raisins": "docs/raisins.json",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/bedrock-components/bedrock-components.js",
  "files": [
    "dist/",
    "grapesjs/",
    "docs/"
  ],
  "license": "MIT",
  "author": "ReferralSaaSquatch.com, Inc.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/saasquatch/program-tools.git",
    "directory": "packages/bedrock-components"
  },
  "scripts": {
    "build": "stencil build --docs",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e --verbose --maxWorkers=1",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "serve:package": "serve . --cors",
    "postinstall": "patch-package"
  },
  "dependencies": {
    "@raisins/stencil-docs-target": "^1.2.0",
    "@saasquatch/component-boilerplate": "^1.6.10",
    "@saasquatch/dom-context-hooks": "^1.0.5",
    "@saasquatch/stencil-hooks": "^2.0.2",
    "@saasquatch/stencilbook": "^1.0.0",
    "@saasquatch/universal-hooks": "^1.0.0",
    "@stencil/core": "^2.8.1",
    "deepmerge": "^4.2.2",
    "dom-context": "^1.3.1",
    "graphql-request": "^4.3.0",
    "highlight.js": "^11.2.0",
    "jsonata": "^1.8.4"
  },
  "devDependencies": {
    "@rollup/plugin-alias": "^3.1.2",
    "@saasquatch/stencil-grapes-plugin": "^1.0.0",
    "@types/jest": "^26.0.21",
    "jest": "^26.6.3",
    "jest-cli": "^26.6.3",
    "patch-package": "^6.5.1",
    "puppeteer": "^10.0.0",
    "rollup-plugin-string": "^3.0.0"
  }
}
