{
  "name": "@saasquatch/paypal-components",
  "title": "PayPal Components",
  "version": "1.0.3",
  "description": "Component library that integrates with our Paypal Payouts integration. Built with Shoelace components by Saasquatch.",
  "icon": "https://res.cloudinary.com/saasquatch/image/upload/v1668096533/squatch-assets/PayPal/For_PayPal.svg",
  "raisins": "docs/raisins.json",
  "main": "dist/index.cjs.js",
  "es2015": "dist/esm/index.js",
  "es2017": "dist/esm/index.js",
  "types": "dist/types/components.d.ts",
  "module": "dist/paypal-components/paypal-components.esm.js",
  "unpkg": "dist/paypal-components/paypal-components.js",
  "jsnext:main": "dist/esm/index.js",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "files": [
    "dist/",
    "grapesjs/",
    "shoelace/",
    "docs/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "build:dev": "cross-env BUILD=dev stencil build --docs",
    "build:grapes": "cross-env BUILD=DOCS stencil build --watch --docs",
    "serve:grapes": "npx http-server . --cors -c-1 -p 8080",
    "start": "cross-env NODE_ENV=dev stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e --verbose",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate",
    "specs": "picklesdoc xlsx src docs --testers=2",
    "serve:package": "serve . --cors",
    "start:raisins": "run-p start serve:package"
  },
  "devDependencies": {
    "@formatjs/intl": "1.8.4",
    "@formatjs/intl-pluralrules": "^1.5.8",
    "@formatjs/intl-relativetimeformat": "4.5.15",
    "@formatjs/intl-utils": "^2.2.5",
    "@lit/reactive-element": "^1.0.0-rc.2",
    "@rollup/plugin-alias": "^3.1.2",
    "@saasquatch/stencil-grapes-plugin": "^1.0.2",
    "@stencil/core": "^2.4.0",
    "@stencil/router": "^1.0.1",
    "@stencil/sass": "^1.3.2",
    "@stencil/utils": "latest",
    "@types/debug": "^4.1.7",
    "@types/highlight.js": "^10.1.0",
    "@types/jest": "^26.0.21",
    "@types/luxon": "^2.0.9",
    "@types/puppeteer": "^5.4.2",
    "@types/resize-observer-browser": "^0.1.5",
    "clipboard": "^1.7.1",
    "cross-env": "^7.0.2",
    "dom-context": "^1.2.0",
    "jest": "^26.6.3",
    "jest-cli": "^26.6.3",
    "marked": "^3.0.4",
    "picklesdoc": "^1.2.1",
    "puppeteer": "^5.5.0",
    "rollup-plugin-copy": "^3.4.0",
    "rollup-plugin-css-only": "^3.1.0",
    "rollup-plugin-string": "^3.0.0",
    "stencil-docx-docs": "0.0.2"
  },
  "dependencies": {
    "@raisins/stencil-docs-target": "^1.0.0",
    "@saasquatch/component-boilerplate": "^1.5.0",
    "@saasquatch/stencil-hooks": "^2.0.2",
    "@saasquatch/stencilbook": "^1.0.0",
    "@saasquatch/universal-hooks": "^1.0.0",
    "@saasquatch/shoelace": "^1.0.0",
    "babel-polyfill": "^6.26.0",
    "deepmerge": "^4.2.2",
    "graphql": "^15.5.0",
    "graphql-request": "^3.4.0",
    "highlight.js": "^10.6.0",
    "jsonpointer": "^4.1.0",
    "jss-preset-default": "^10.7.1",
    "luxon": "^2.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/saasquatch/program-tools.git",
    "directory": "packages/paypal-components"
  },
  "author": "ReferralSaaSquatch.com, Inc.",
  "bugs": {
    "url": "https://github.com/saasquatch/program-tools"
  },
  "homepage": "https://github.com/saasquatch/program-tools",
  "license": "MIT"
}
