{
  "name": "open-nagish",
  "version": "1.1.5",
  "description": "Comprehensive open-source web accessibility overlay widget for Israeli SI 5568 and WCAG 2.1 AA compliance",
  "main": "dist/open-nagish.min.js",
  "module": "dist/open-nagish.esm.js",
  "files": [
    "dist/",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "node build.js",
    "dev": "node build.js --dev",
    "test": "vitest run",
    "test:watch": "vitest",
    "lint": "eslint src/"
  },
  "keywords": [
    "accessibility",
    "a11y",
    "wcag",
    "wcag2.1",
    "si5568",
    "israel",
    "nagish",
    "widget",
    "overlay",
    "ada",
    "section508",
    "screen-reader",
    "disability",
    "inclusive"
  ],
  "author": "Leonid Shoresh",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/leon2589/open-nagish.git"
  },
  "homepage": "https://github.com/leon2589/open-nagish#readme",
  "bugs": {
    "url": "https://github.com/leon2589/open-nagish/issues"
  },
  "devDependencies": {
    "esbuild": "^0.27.3"
  }
}
