{
    "name": "extend-to-be-announced",
    "version": "2.0.0",
    "author": "Ari Perkkio <ari.perkkio@gmail.com>",
    "description": "Utility for asserting ARIA Live Regions",
    "main": "./dist/index.js",
    "module": "./dist/index.mjs",
    "types": "./dist/index.d.ts",
    "exports": {
        ".": {
            "types": "./dist/index.d.ts",
            "require": "./dist/index.js",
            "import": "./dist/index.mjs"
        },
        "./jest": {
            "types": "./dist/jest/index.d.ts",
            "require": "./dist/jest/index.js",
            "import": "./dist/jest/index.mjs"
        },
        "./jest/register": {
            "types": "./dist/jest/register.d.ts",
            "require": "./dist/jest/register.js",
            "import": "./dist/jest/register.mjs"
        },
        "./vitest": {
            "types": "./dist/vitest/index.d.ts",
            "require": "./dist/vitest/index.js",
            "import": "./dist/vitest/index.mjs"
        },
        "./vitest/register": {
            "types": "./dist/vitest/register.d.ts",
            "require": "./dist/vitest/register.js",
            "import": "./dist/vitest/register.mjs"
        }
    },
    "files": [
        "dist",
        "jest.@(d.ts|js)"
    ],
    "license": "MIT",
    "scripts": {
        "changelog": "npx conventional-changelog-cli -i CHANGELOG.md -p conventionalcommits -s -r 0",
        "prebuild": "rm -rf ./dist",
        "build": "rollup --config rollup.config.ts --configPlugin typescript",
        "test": "vitest run",
        "test:watch": "vitest watch",
        "lint": "eslint . --max-warnings 0",
        "validate": "pnpm build && pnpm lint && pnpm test"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/AriPerkkio/extend-to-be-announced"
    },
    "homepage": "https://github.com/AriPerkkio/extend-to-be-announced",
    "bugs": "https://github.com/AriPerkkio/extend-to-be-announced",
    "dependencies": {
        "aria-live-capture": "^2.0.0"
    },
    "devDependencies": {
        "@eslint/js": "^9.2.0",
        "@types/node": "^20.12.8",
        "@vitest/expect": "^1.6.0",
        "esbuild": "^0.20.2",
        "eslint": "^9.2.0",
        "eslint-config-prettier": "^9.1.0",
        "eslint-plugin-prettier": "^5.1.3",
        "globals": "^15.1.0",
        "jsdom": "^24.0.0",
        "prettier": "^3.2.5",
        "rollup": "^4.17.2",
        "rollup-plugin-dts": "^6.1.0",
        "rollup-plugin-esbuild": "^6.1.1",
        "rollup-plugin-local-import": "^1.2.0",
        "rollup-plugin-typescript": "^1.0.1",
        "typescript": "^5.4.5",
        "typescript-eslint": "^7.8.0",
        "vitest": "^1.6.0"
    },
    "packageManager": "pnpm@9.1.0",
    "prettier": {
        "singleQuote": true,
        "tabWidth": 4
    }
}
