{
  "name": "@saasquatch/stencil-hooks",
  "version": "4.0.2",
  "description": "Stencil Component Starter",
  "source": "src/stencil-hooks.ts",
  "main": "build/stencil-hooks.js",
  "module": "build/stencil-hooks.module.js",
  "typings": "build/stencil-hooks.d.ts",
  "types": "build/stencil-hooks.d.ts",
  "files": [
    "build"
  ],
  "sideEffects": true,
  "scripts": {
    "build": "microbundle",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate"
  },
  "dependencies": {
    "@saasquatch/dom-context-hooks": "^1.0.5",
    "debug": "^4.3.1",
    "dom-context": "^1.3.1",
    "haunted": "^4.7.1"
  },
  "license": "MIT",
  "author": "ReferralSaaSquatch.com, Inc.",
  "devDependencies": {
    "@stencil/core": "^4",
    "@types/puppeteer": "2.0.1",
    "jest-cli": "26.0.1",
    "jest-cucumber": "^3.0.0",
    "microbundle": "^0.12.4",
    "puppeteer": "2.1.1"
  },
  "peerDependencies": {
    "@stencil/core": ">= 4 < 5"
  }
}
