{
  "name": "@github/arianotify-polyfill",
  "version": "2.4.0",
  "description": "Polyfill for the ARIA Notification API",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/github/arianotify-polyfill.git"
  },
  "keywords": [],
  "license": "MIT",
  "author": "GitHub Inc.",
  "main": "arianotify-polyfill.js",
  "module": "arianotify-polyfill.js",
  "type": "module",
  "directories": {
    "example": "examples"
  },
  "files": [],
  "scripts": {
    "test": "npx playwright install firefox && web-test-runner",
    "test:guidepup": "npx playwright install firefox && npx playwright test"
  },
  "devDependencies": {
    "@esm-bundle/chai": "^4.3.4-fix.0",
    "@guidepup/guidepup": "^0.24.0",
    "@guidepup/playwright": "^0.15.0",
    "@playwright/test": "^1.48.0",
    "@web/test-runner": "^0.20.1",
    "@web/test-runner-playwright": "^0.11.1"
  }
}
