All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.package.json Maven / Gradle / Ivy

The newest version!
{
  "name": "@zag-js/live-region",
  "version": "0.77.1",
  "description": "Implementing live region for screen readers",
  "keywords": [
    "js",
    "utils",
    "live-region"
  ],
  "author": "Segun Adebayo ",
  "homepage": "https://github.com/chakra-ui/zag#readme",
  "license": "MIT",
  "repository": "https://github.com/chakra-ui/zag/tree/main/packages/utilities/live-region",
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "devDependencies": {
    "clean-package": "2.2.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "bugs": {
    "url": "https://github.com/chakra-ui/zag/issues"
  },
  "clean-package": "../../../clean-package.config.json",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "tsup",
    "test": "vitest",
    "lint": "eslint src",
    "test-ci": "pnpm test --ci --runInBand -u",
    "test-watch": "pnpm test --watchAll"
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy