{
  "name": "@operato/context",
  "description": "Webcomponent context following open-wc recommendations",
  "author": "heartyoh",
  "version": "10.0.0-beta.44",
  "type": "module",
  "main": "dist/src/index.js",
  "module": "dist/src/index.js",
  "exports": {
    ".": "./dist/src/index.js",
    "./package.json": "./package.json",
    "./ox-title-bar.js": "./dist/src/tools/ox-title-bar.js",
    "./ox-page-title-bar.js": "./dist/src/tools/ox-page-title-bar.js",
    "./ox-page-action-overlay-template.js": "./dist/src/tools/ox-page-action-overlay-template.js",
    "./ox-page-action-context-bar.js": "./dist/src/tools/ox-page-action-context-bar.js",
    "./ox-context-toolbar.js": "./dist/src/layouts/ox-context-toolbar.js",
    "./ox-context-page-toolbar.js": "./dist/src/layouts/ox-context-page-toolbar.js",
    "./ox-context-toolbar-overlay-style.js": "./dist/src/styles/ox-context-toolbar-overlay-style.js"
  },
  "typesVersions": {
    "*": {
      "ox-title-bar.js": [
        "dist/src/tools/ox-title-bar.d.ts"
      ],
      "ox-page-title-bar.js": [
        "dist/src/tools/ox-page-title-bar.d.ts"
      ],
      "ox-page-action-overlay-template.js": [
        "dist/src/tools/ox-page-action-overlay-template.d.ts"
      ],
      "ox-page-action-context-bar.js": [
        "dist/src/tools/ox-page-action-context-bar.d.ts"
      ],
      "ox-context-toolbar.js": [
        "dist/src/layouts/ox-context-toolbar.d.ts"
      ],
      "ox-context-page-toolbar.js": [
        "dist/src/layouts/ox-context-page-toolbar.d.ts"
      ],
      "ox-context-toolbar-overlay-style.js": [
        "dist/src/styles/ox-context-toolbar-overlay-style.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/context"
  },
  "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"
  },
  "dependencies": {
    "@material/web": "^2.0.0",
    "@operato/help": "^10.0.0-beta.44",
    "@operato/input": "^10.0.0-beta.42",
    "@operato/layout": "^10.0.0-beta.34",
    "@operato/shell": "^10.0.0-beta.34",
    "@operato/styles": "^10.0.0-beta.7",
    "@operato/utils": "^10.0.0-beta.2",
    "lit": "^3.1.2",
    "lodash-es": "^4.17.21"
  },
  "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"
    ]
  },
  "gitHead": "65f5c604d0c6c243cacb167cfb9a63116c0d3444"
}
