{
  "name": "scroll-shadow-element",
  "version": "2.0.6",
  "description": "A small web component to enhance scrollable elements with dynamic scroll indicators.",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ingmarh/scroll-shadow-element.git"
  },
  "author": "Ingmar Hergst",
  "type": "module",
  "exports": "./dist/index.js",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "customElements": "./custom-elements.json",
  "files": [
    "dist/**",
    "custom-elements.json"
  ],
  "scripts": {
    "dev": "web-dev-server --open demo/ --watch",
    "test": "web-test-runner test/*.test.js --playwright --browsers chromium firefox ${CI:+webkit}",
    "build": "tsup",
    "lint": "eslint",
    "lint:fix": "npm run lint -- --fix",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "scroll",
    "shadow",
    "overflow",
    "indicator",
    "custom",
    "element",
    "web",
    "component"
  ],
  "devDependencies": {
    "@eslint/js": "^9.15.0",
    "@open-wc/testing": "^4.0.0",
    "@stylistic/eslint-plugin": "^2.11.0",
    "@total-typescript/tsconfig": "^1.0.4",
    "@web/dev-server": "^0.4.6",
    "@web/dev-server-esbuild": "^1.0.3",
    "@web/test-runner": "^0.19.0",
    "@web/test-runner-playwright": "^0.11.0",
    "@web/test-runner-visual-regression": "^0.10.0",
    "esbuild-plugin-minify-html-literals": "^2.0.1",
    "eslint": "^9.15.0",
    "globals": "^15.12.0",
    "tsup": "^8.3.5",
    "typescript": "^5.6.3",
    "typescript-eslint": "^8.15.0"
  }
}
