{
  "name": "@digital-realty/ix-app-logic",
  "description": "ix-app-logic generic app logic and views",
  "license": "MIT",
  "author": "ix-app-logic",
  "version": "2.1.1",
  "type": "module",
  "bin": {
    "ix-write-versions": "./dist/src/build_scripts/write-versions.js",
    "ix-import-map": "./dist/src/build_scripts/import-map/cmd.js"
  },
  "exports": {
    "./helpers/qualtrics-data-layer.js": "./dist/src/helpers/qualtrics-data-layer.js",
    "./testing/testRunnerHtml.js": "./dist/src/testing/testRunnerHtml.js",
    "./testing/screenshot.js": "./dist/src/testing/screenshot.js",
    "./testing/pixelmatch.js": "./dist/src/testing/pixelmatch.js",
    "./testing/mouseFocusInfo.js": "./dist/src/testing/mouseFocusInfo.js",
    "./testing/plugins.js": "./dist/src/testing/plugins.js",
    "./state/app-state.js": "./dist/src/state/app-state.js",
    "./controllers/timeout-controller.js": "./dist/src/controllers/timeout-controller.js",
    "./views/auto-logout-dialog.js": "./dist/src/views/auto-logout-dialog.js",
    "./views/cookie-policy.js": "./dist/src/views/cookie-policy.js",
    "./views/manual-logout-dialog.js": "./dist/src/views/manual-logout-dialog.js",
    "./views/session-expiry.js": "./dist/src/views/session-expiry.js",
    "./views/splash-screen.js": "./dist/src/views/splash-screen.js",
    "./views/app-versions.js": "./dist/src/views/app-versions.js",
    "./views/cookie-banner.js": "./dist/src/views/cookie-banner.js",
    "./views/cookie-dialog.js": "./dist/src/views/cookie-dialog.js",
    "./build_scripts/plugins.rollup.js": "./dist/src/build_scripts/plugins.rollup.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "analyze": "cem analyze --litelement",
    "start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"web-dev-server\"",
    "build": "npm run tailwindcss:build && npm run twlit:build && tsc && npm run analyze -- --exclude dist",
    "prepublish": "tsc && npm run analyze -- --exclude dist",
    "lint": "eslint --ext .ts,.html . && prettier \"**/*.ts\" --check --ignore-path .gitignore",
    "format": "eslint --ext .ts,.html . --fix && prettier \"**/*.ts\" --write --ignore-path .gitignore",
    "prepare": "husky",
    "test": "tsc && wtr --coverage",
    "test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"",
    "tailwindcss:build": "tailwind -i ./src/tailwindlib.css -o ./src/styles/tw.css",
    "tailwindcss:watch": "tailwind -i ./src/tailwindlib.css -o ./src/styles/tw.css --watch",
    "twlit:build": "ix-twlit --input ./src/styles/tw.css --output ./src/styles/tw.ts",
    "twlit:watch": "ix-twlit --input ./src/styles/tw.css --output ./src/styles/tw.ts --watch"
  },
  "dependencies": {
    "@adobe/lit-mobx": "^2.2.2",
    "@digital-realty/ix-button": "^3.5.1",
    "@digital-realty/ix-dialog": "^1.3.1",
    "@digital-realty/ix-drawer": "^1.3.1",
    "@digital-realty/ix-grid": "^1.4.1",
    "@digital-realty/ix-progress": "^1.4.1",
    "@digital-realty/ix-radio": "^1.3.1",
    "@digital-realty/ix-switch": "^2.4.1",
    "@digital-realty/ix-twlit": "1.0.1",
    "@digital-realty/theme": "^2.2.10",
    "latest-version": "^9.0.0",
    "lit": "^3.2.1",
    "mobx": "^6.13.3",
    "mobx-persist-store": "^1.1.5",
    "pixelmatch": "^6.0.0",
    "pngjs": "^7.0.0",
    "yargs": "^17.7.2"
  },
  "devDependencies": {
    "@custom-elements-manifest/analyzer": "^0.10.3",
    "@open-wc/testing": "^4.0.0",
    "@playwright/test": "^1.50.1",
    "@types/mocha": "^10.0.7",
    "@types/yargs": "^17.0.33",
    "@typescript-eslint/eslint-plugin": "^8.58.2",
    "@typescript-eslint/parser": "^8.58.2",
    "@web/dev-server": "^0.4.6",
    "@web/test-runner": "^0.20.2",
    "@web/test-runner-commands": "^0.9.0",
    "@web/test-runner-playwright": "^0.11.1",
    "concurrently": "^9.2.1",
    "eslint": "^9.39.4",
    "eslint-config-prettier": "^9.1.0",
    "husky": "^9.0.11",
    "lint-staged": "^15.2.7",
    "prettier": "^3.3.2",
    "rollup": "^4.29.1",
    "sinon": "^21.1.2",
    "tailwindcss": "^3.4.13",
    "tslib": "^2.6.3",
    "typescript": "^5.5.3"
  },
  "customElements": "custom-elements.json",
  "eslintConfig": {
    "parser": "@typescript-eslint/parser",
    "plugins": [
      "@typescript-eslint"
    ],
    "rules": {
      "no-return-assign": "off",
      "no-unused-vars": "off",
      "@typescript-eslint/no-unused-vars": [
        "error"
      ],
      "import/no-unresolved": "off",
      "import/extensions": [
        "error",
        "always",
        {
          "ignorePackages": true
        }
      ]
    }
  },
  "prettier": {
    "singleQuote": true,
    "arrowParens": "avoid"
  },
  "lint-staged": {
    "*.ts": [
      "eslint --fix",
      "prettier --write"
    ]
  },
  "files": [
    "/dist",
    "!/dist/test",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "gitHead": "da06737d6707fd3d4ef898ba0fa632e7b3ed8019"
}
