{
  "name": "@blockquote-web-components/ajax-provider",
  "version": "1.5.1",
  "description": "A modern architecture for building composable and reusable Web Components",
  "keywords": [
    "lit",
    "web-component",
    "lit-element"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oscarmarina/blockquote-web-components",
    "directory": "packages/base/ajax-provider"
  },
  "license": "MIT",
  "author": "Blockquote",
  "type": "module",
  "exports": {
    ".": {
      "workspaces": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": {
      "default": "./package.json"
    },
    "./AjaxProviderMixin.js": {
      "workspaces": "./src/AjaxProviderMixin.ts",
      "types": "./dist/AjaxProviderMixin.d.ts",
      "default": "./dist/AjaxProviderMixin.js"
    },
    "./index.js": {
      "workspaces": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/src/",
    "/dist/"
  ],
  "scripts": {
    "analyze": "cem analyze --litelement --globs \"{src,define}/**/*.{js,ts}\" \"index.js\"",
    "build": "npm run build:lib && npm run build:tsc",
    "build:demo": "vite build",
    "build:lib": "vite build --config vite.lib.config.js",
    "build:tsc": "tsc --project ./tsconfig.build.json",
    "format": "npm run format:eslint && npm run format:prettier && npm run format:stylelint",
    "format:eslint": "eslint . --fix",
    "format:prettier": "prettier \"**/*.{js,ts,css,scss,html,json}\" --write --ignore-path .prettierignore",
    "format:stylelint": "stylelint \"{demo,src}/**/*.{js,ts,css,scss,html}\" --fix --ignore-path .prettierignore",
    "preview:vite": "vite preview",
    "sass:watch": "sass-style-template",
    "sort:package": "npx sort-package-json",
    "start": "concurrently -k -r \"npm:vite\" \"npm:sass:watch\"",
    "test": "vitest",
    "test:watch": "vitest --browser.headless=false",
    "vite": "vite"
  },
  "lint-staged": {
    "**/*.{js,ts,html}": [
      "npm run format"
    ],
    "**/*.json": [
      "npm run format:prettier"
    ],
    "**/*.{scss,css}": [
      "npm run format:prettier",
      "npm run format:stylelint"
    ]
  },
  "prettier": {
    "bracketSameLine": true,
    "bracketSpacing": false,
    "htmlWhitespaceSensitivity": "ignore",
    "printWidth": 100,
    "singleQuote": true,
    "trailingComma": "es5",
    "overrides": [
      {
        "files": "*.{scss,css}",
        "options": {
          "singleQuote": false
        }
      },
      {
        "files": "*.json",
        "options": {
          "parser": "json-stringify"
        }
      }
    ]
  },
  "stylelint": {
    "extends": "stylelint-config-standard-scss",
    "allowEmptyInput": true,
    "rules": {
      "custom-property-pattern": null,
      "no-duplicate-selectors": null,
      "color-function-notation": null,
      "alpha-value-notation": null,
      "media-feature-name-no-unknown": null,
      "comment-empty-line-before": null,
      "declaration-empty-line-before": null,
      "property-no-vendor-prefix": null,
      "selector-attribute-quotes": null,
      "value-no-vendor-prefix": null
    },
    "overrides": [
      {
        "files": [
          "**/*.html"
        ],
        "customSyntax": "postcss-html"
      },
      {
        "files": [
          "**/*.{ts,js}"
        ],
        "customSyntax": "postcss-lit"
      }
    ]
  },
  "dependencies": {
    "@open-wc/dedupe-mixin": "^2.0.1",
    "@rxjs/observable-polyfill": "^9.0.0-beta.0",
    "rxjs": "^9.0.0-beta.0"
  },
  "devDependencies": {
    "@blockquote-web-components/blockquote-base-embedded-webview": "^1.15.1",
    "@types/nise": "^1.4.5",
    "inspector-elements": "^0.1.0",
    "lit": "^3.3.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "customElements": "custom-elements.json",
  "gitHead": "6802ee114afcfbf5c79ad3e7f93956899efd05a6"
}
