{
  "name": "@frameright/image-display-control-web-component",
  "description": "Image Display Control Web Component",
  "keywords": [
    "metadata",
    "image",
    "web-components",
    "image-manipulation",
    "responsive-design",
    "responsive-layout",
    "responsive-images",
    "metadata-extraction",
    "metadata-parser",
    "iptc-metadata",
    "image-display-control",
    "frameright",
    "image-publishing"
  ],
  "license": "MIT",
  "repository": "https://github.com/Frameright/image-display-control-web-component",
  "author": {
    "name": "Frameright (Coberg Ltd)",
    "email": "hello@frameright.io",
    "url": "https://frameright.io/"
  },
  "version": "1.1.8",
  "main": "dist/src/index.js",
  "module": "dist/src/index.js",
  "exports": {
    ".": "./dist/src/index.js",
    "./image-display-control.js": "./dist/src/image-display-control.js",
    "./dist/src/image-display-control.js": "./dist/src/image-display-control.js",
    "./image-display-control.min.js": "./dist/image-display-control.min.js"
  },
  "scripts": {
    "analyze": "cem analyze",
    "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 && rollup -c",
    "lint": "eslint --ext .ts,.html . --ignore-path .gitignore && prettier --check .",
    "format": "eslint --ext .ts,.html . --fix --ignore-path .gitignore && prettier --write .",
    "test": "tsc && wtr --coverage",
    "test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\"",
    "gentoc": "./bin/gentoc.sh"
  },
  "dependencies": {
    "@ungap/custom-elements": "^1.1.1"
  },
  "devDependencies": {
    "@custom-elements-manifest/analyzer": "^0.8.4",
    "@open-wc/eslint-config": "^12.0.0",
    "@open-wc/testing": "^3.1.6",
    "@typescript-eslint/eslint-plugin": "^6.3.0",
    "@typescript-eslint/parser": "^6.3.0",
    "@web/dev-server": "^0.3.0",
    "@web/test-runner": "^0.17.0",
    "concurrently": "^8.2.0",
    "eslint": "^8.46.0",
    "eslint-config-prettier": "^9.0.0",
    "lint-staged": "^14.0.0",
    "prettier": "^3.0.1",
    "tslib": "^2.3.1",
    "typescript": "^5.1.6",
    "@rollup/plugin-node-resolve": "^15.0.1",
    "@rollup/plugin-terser": "^0.4.3",
    "@web/rollup-plugin-copy": "^0.4.0",
    "rollup": "^3.27.2",
    "rollup-plugin-summary": "^2.0.0",
    "markdown-toc": "^1.2.0"
  },
  "customElements": "custom-elements.json",
  "eslintConfig": {
    "parser": "@typescript-eslint/parser",
    "extends": [
      "@open-wc",
      "prettier"
    ],
    "plugins": [
      "@typescript-eslint"
    ],
    "rules": {
      "lines-between-class-members": "off",
      "import/no-unresolved": "off",
      "import/extensions": [
        "error",
        "always",
        {
          "ignorePackages": true
        }
      ]
    }
  },
  "lint-staged": {
    "*.ts": [
      "eslint --fix",
      "prettier --write"
    ]
  }
}
