{
  "name": "@digital-realty/ix-tree",
  "description": "Webcomponent ix-tree following open-wc recommendations",
  "license": "MIT",
  "author": "Digital Realty",
  "version": "3.4.3",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "exports": {
    ".": "./dist/index.js",
    "./ix-tree.js": "./dist/ix-tree.js",
    "./ix-tree.min.js": "./dist/ix-tree.min.js",
    "./IxTree": "./dist/react/IxTree.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "analyze": "cem analyze --litelement --exclude dist --exclude src/tree-utils.ts",
    "build": "tsc && npm run analyze && rollup -c",
    "format": "eslint --ext .ts,.html . --fix && prettier \"**/*.ts\" --write --ignore-path .gitignore",
    "lint": "eslint --ext .ts,.html . && prettier \"**/*.ts\" --check --ignore-path .gitignore",
    "prepublish": "tsc && npm run analyze",
    "start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"",
    "test": "tsc && wtr --coverage",
    "test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"",
    "ts:watch": "tsc --watch --preserveWatchOutput"
  },
  "dependencies": {
    "@digital-realty/ix-checkbox": "^1.4.1",
    "@digital-realty/ix-icon": "^1.3.1",
    "@digital-realty/ix-icon-button": "^1.3.1",
    "@lit-labs/react": "^2.1.0",
    "@lit/react": "^1.0.8",
    "@material/web": "2.4.0",
    "lit": "^3.2.1",
    "react": "^18.2.0"
  },
  "devDependencies": {
    "@custom-elements-manifest/analyzer": "^0.4.17",
    "@open-wc/testing": "^3.1.6",
    "@rollup/plugin-terser": "^1.0.0",
    "@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",
    "concurrently": "^9.2.1",
    "eslint": "^9.39.4",
    "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-summary": "^2.0.0",
    "sinon": "^17.0.1",
    "tslib": "^2.3.1",
    "typescript": "^4.5.2"
  },
  "customElements": "custom-elements.json",
  "eslintConfig": {
    "parser": "@typescript-eslint/parser",
    "plugins": [
      "@typescript-eslint"
    ],
    "rules": {
      "@typescript-eslint/no-unused-vars": 1,
      "no-unused-expressions": "off",
      "import/extensions": [
        "error",
        "always",
        {
          "ignorePackages": true
        }
      ],
      "import/no-unresolved": "off",
      "no-unused-vars": "error"
    }
  },
  "prettier": {
    "arrowParens": "avoid",
    "singleQuote": true
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.ts": [
      "eslint --fix",
      "prettier --write"
    ]
  },
  "files": [
    "/dist",
    "!/dist/test",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "gitHead": "464dbd68e6a5a121fbda0127df76cd5790cd1e4a"
}
