{
  "name": "@salable/web-components",
  "version": "0.13.0",
  "description": "Salable web components library",
  "author": "Sean Cooper <scooper@adaptavist.com>",
  "license": "MIT",
  "type": "module",
  "main": "dist/index.cjs.js",
  "module": "dist/index.js",
  "es2015": "dist/esm/index.js",
  "es2017": "dist/esm/index.js",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/web-components/web-components.esm.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/Salable/Salable-Web-Components.git"
  },
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build --docs && rimraf utilities",
    "watch": "stencil build --watch --serve && rimraf utilities",
    "dev": "stencil build --dev --watch --serve",
    "test": "pnpm test:spec && pnpm test:e2e",
    "test:e2e": "playwright test",
    "test:e2e:ui": "playwright test --ui",
    "test:e2e:update-snapshots": "playwright test --update-snapshots",
    "test:spec": "stencil test --spec",
    "test:spec:watch": "stencil test --spec --watchAll",
    "test:serve": "serve -p 3333",
    "lint": "eslint src/**/*{.ts,.tsx}",
    "typecheck": "tsc --noEmit",
    "check": "pnpm typecheck && pnpm lint",
    "generate": "stencil generate"
  },
  "dependencies": {
    "@stencil/core": "^4.12.1"
  },
  "devDependencies": {
    "@fullhuman/postcss-purgecss": "^5.0.0",
    "@playwright/test": "^1.41.2",
    "@stencil-community/eslint-plugin": "^0.6.0",
    "@stencil-community/postcss": "^2.2.0",
    "@stencil/react-output-target": "^0.5.3",
    "@stripe/stripe-js": "^2.4.0",
    "@tailwindcss/forms": "^0.5.7",
    "@types/jest": "^29.5.12",
    "@types/node": "^16.18.79",
    "autoprefixer": "^10.4.17",
    "cssnano": "^6.0.3",
    "date-fns": "^2.30.0",
    "dotenv": "^16.4.1",
    "jest": "^29.7.0",
    "jest-cli": "^29.7.0",
    "postcss-import": "^15.1.0",
    "puppeteer": "^21.11.0",
    "rimraf": "^5.0.5",
    "rollup-plugin-dotenv": "^0.5.0",
    "serve": "^14.2.1",
    "stencil-playwright": "^0.3.0",
    "stripe": "^14.14.0",
    "tailwindcss": "^3.4.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "fef66d763523cf5d0693d385a2637b7c10bed9b4"
}
