{
  "name": "@debtcollective/dc-popup-component",
  "version": "1.1.7",
  "description": "Stencil Component Starter",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/components.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "@latest/dist/popup-component/popup-component.esm.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "stencil build --docs",
    "generate": "stencil generate",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e --max-workers=2",
    "test:watch": "stencil test --spec --e2e --watchAll"
  },
  "dependencies": {
    "js-cookie": "^2.2.1"
  },
  "devDependencies": {
    "@stencil/core": "1.17.4",
    "@stencil/sass": "1.4.1",
    "@types/jest": "24.9.1",
    "@types/puppeteer": "5.4.3",
    "puppeteer": "1.20.0"
  },
  "license": "BSD-3-Clause",
  "gitHead": "bf339840cbd518d44aada042f27f4072f4bd59c8"
}
