{
  "name": "@digital-realty/ix-textbox",
  "version": "2.3.16",
  "description": "Webcomponent ix-textbox following open-wc recommendations",
  "license": "MIT",
  "author": "Digital Realty",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./ix-textbox.js": "./dist/ix-textbox.js",
    "./ix-textbox.min.js": "./dist/ix-textbox.min.js",
    "./IxTextbox": "./dist/react/IxTextbox.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "analyze": "cem analyze --litelement",
    "start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"",
    "build": "tsc && npm run analyze -- --exclude dist && rollup -c",
    "prepublish": "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\"",
    "ts:watch": "tsc --watch --preserveWatchOutput"
  },
  "dependencies": {
    "@digital-realty/ix-icon": "^1.2.12",
    "@digital-realty/ix-phone-input": "^2.3.12",
    "@digital-realty/ix-shared-fns": "^1.0.12",
    "@lit/react": "^1.0.2",
    "@material/web": "2.4.0",
    "@open-wc/lit-helpers": "^0.7.0",
    "lit": "^3.2.1",
    "react": "^18.2.0"
  },
  "devDependencies": {
    "@custom-elements-manifest/analyzer": "^0.4.17",
    "@open-wc/eslint-config": "^9.2.1",
    "@open-wc/testing": "^3.1.6",
    "@types/react": "^18.2.22",
    "@typescript-eslint/eslint-plugin": "^5.48.0",
    "@typescript-eslint/parser": "^5.48.0",
    "@web/dev-server": "^0.4.6",
    "@web/test-runner": "^0.20.2",
    "concurrently": "^9.1.0",
    "eslint": "^8.31.0",
    "eslint-config-prettier": "^8.3.0",
    "husky": "^4.3.8",
    "lint-staged": "^10.5.4",
    "prettier": "^2.4.1",
    "rollup": "^4.29.1",
    "rollup-plugin-minify-html-literals": "^1.2.6",
    "rollup-plugin-summary": "^2.0.0",
    "rollup-plugin-uglify": "^6.0.4",
    "sinon": "^16.1.3",
    "tslib": "^2.3.1",
    "typescript": "^4.5.2"
  },
  "customElements": "custom-elements.json",
  "eslintConfig": {
    "root": true,
    "parser": "@typescript-eslint/parser",
    "extends": [
      "@open-wc",
      "prettier"
    ],
    "plugins": [
      "@typescript-eslint"
    ],
    "rules": {
      "no-dupe-class-members": "off",
      "class-methods-use-this": "off",
      "no-unused-vars": "off",
      "@typescript-eslint/no-unused-vars": [
        "error"
      ],
      "import/no-unresolved": "off",
      "import/extensions": [
        "error",
        "always",
        {
          "ignorePackages": true
        }
      ]
    },
    "globals": {
      "ShadowRootInit": true,
      "SelectionMode": true
    }
  },
  "prettier": {
    "singleQuote": true,
    "arrowParens": "avoid"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.ts": [
      "eslint --fix",
      "prettier --write"
    ]
  },
  "files": [
    "/dist",
    "!/dist/test",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "gitHead": "b47ba9e880c386ecf579ab21a118f94221cd1e1c"
}
