{
  "name": "@operato/utils",
  "description": "Webcomponent utils following open-wc recommendations",
  "author": "heartyoh",
  "version": "10.0.0-beta.57",
  "type": "module",
  "main": "dist/src/index.js",
  "module": "dist/src/index.js",
  "exports": {
    ".": "./dist/src/index.js",
    "./package.json": "./package.json",
    "./mixins.js": "./dist/src/mixins/index.js",
    "./fullscreen.js": "./dist/src/fullscreen.js",
    "./os.js": "./dist/src/os.js",
    "./swipe-listener.js": "./dist/src/swipe-listener.js",
    "./sleep.js": "./dist/src/sleep.js",
    "./file-drop-helper.js": "./dist/src/file-drop-helper.js",
    "./context-path.js": "./dist/src/context-path.js",
    "./closest-element.js": "./dist/src/closest-element.js",
    "./clipboard.js": "./dist/src/clipboard.js",
    "./format.js": "./dist/src/format.js",
    "./mixins/infinite-scrollable.js": "./dist/src/mixins/infinite-scrollable.js",
    "./gesture-mixin.js": "./dist/src/mixins/gesture-mixin.js",
    "./gesture-helper.js": "./dist/src/gesture-helper.js",
    "./is-unvalued.js": "./dist/src/is-unvalued.js",
    "./script-loader.js": "./dist/src/script-loader.js"
  },
  "typesVersions": {
    "*": {
      "mixins.js": [
        "dist/src/mixins/index.d.ts"
      ],
      "fullscreen.js": [
        "dist/src/fullscreen.d.ts"
      ],
      "os.js": [
        "dist/src/os.d.ts"
      ],
      "swipe-listener.js": [
        "dist/src/swipe-listener.d.ts"
      ],
      "sleep.js": [
        "dist/src/sleep.d.ts"
      ],
      "file-drop-helper.js": [
        "dist/src/file-drop-helper.d.ts"
      ],
      "context-path.js": [
        "dist/src/context-path.d.ts"
      ],
      "closest-element.js": [
        "dist/src/closest-element.d.ts"
      ],
      "clipboard.js": [
        "dist/src/clipboard.d.ts"
      ],
      "format.js": [
        "dist/src/format.d.ts"
      ],
      "mixins/infinite-scrollable.js": [
        "dist/src/mixins/infinite-scrollable.d.ts"
      ],
      "gesture-mixin.js": [
        "dist/src/mixins/gesture-mixin.d.ts"
      ],
      "gesture-helper.js": [
        "dist/src/gesture-helper.d.ts"
      ],
      "is-unvalued.js": [
        "dist/src/is-unvalued.d.ts"
      ],
      "script-loader.js": [
        "dist/src/script-loader.d.ts"
      ]
    }
  },
  "license": "MIT",
  "operato": true,
  "publishConfig": {
    "access": "public",
    "@operato:registry": "https://registry.npmjs.org"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hatiolab/operato.git",
    "directory": "webcomponents/utils"
  },
  "scripts": {
    "analyze": "cem analyze --litelement",
    "start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"",
    "build": "tsc && npm run analyze -- --exclude dist",
    "prepublishOnly": "tsc && npm run analyze -- --exclude dist",
    "lint": "eslint --ext .ts,.html . --ignore-path .gitignore && prettier \"**/*.ts\" --check --ignore-path .gitignore",
    "format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier \"**/*.ts\" --write --ignore-path .gitignore",
    "test": "tsc && wtr --coverage",
    "test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"",
    "storybook": "tsc && npm run analyze -- --exclude dist && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds -c .storybook/server.mjs\"",
    "storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook"
  },
  "devDependencies": {
    "@custom-elements-manifest/analyzer": "^0.10.0",
    "@hatiolab/prettier-config": "^1.0.0",
    "@open-wc/eslint-config": "^12.0.3",
    "@open-wc/testing": "^4.0.0",
    "@typescript-eslint/eslint-plugin": "^8.0.0",
    "@typescript-eslint/parser": "^8.0.0",
    "@web/dev-server": "^0.4.0",
    "@web/dev-server-storybook": "^2.0.1",
    "@web/test-runner": "^0.19.0",
    "concurrently": "^9.0.0",
    "eslint": "^9.0.0",
    "eslint-config-prettier": "^9.1.0",
    "husky": "^9.0.11",
    "lint-staged": "^15.2.2",
    "prettier": "^3.2.5",
    "tslib": "^2.3.1",
    "typescript": "^5.0.4"
  },
  "customElements": "custom-elements.json",
  "prettier": "@hatiolab/prettier-config",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.ts": [
      "eslint --fix",
      "prettier --write"
    ]
  },
  "dependencies": {
    "lodash-es": "^4.17.21"
  },
  "gitHead": "3128f845d0eda6fe73fc6f89b0632fa742feaf85"
}
