{
  "name": "@awsui/collection-hooks",
  "version": "1.0.108",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/cloudscape-design/collection-hooks.git"
  },
  "homepage": "https://github.com/aws/awsui-documentation",
  "type": "module",
  "main": "./cjs/index.js",
  "module": "./mjs/index.js",
  "sideEffects": false,
  "exports": {
    ".": {
      "require": "./cjs/index.js",
      "default": "./mjs/index.js"
    },
    "./operations": {
      "require": "./cjs/operations.js",
      "default": "./mjs/operations.js"
    }
  },
  "files": [
    "cjs",
    "mjs",
    "package.json",
    "README.md",
    "LICENSE",
    "NOTICE",
    "internal"
  ],
  "peerDependencies": {
    "react": ">=16.8.0"
  },
  "devDependencies": {
    "@testing-library/react": "^11.2.7",
    "@types/react": "^16.14.21",
    "@types/react-dom": "^16.9.14",
    "@typescript-eslint/eslint-plugin": "^8.24.1",
    "@typescript-eslint/parser": "^8.24.1",
    "@vitest/coverage-istanbul": "^3.2.4",
    "@vitest/eslint-plugin": "^1.3.13",
    "eslint": "^8.57.1",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-header": "3.1.0",
    "eslint-plugin-prettier": "^3.4.1",
    "eslint-plugin-react": "^7.27.1",
    "eslint-plugin-react-hooks": "^4.3.0",
    "eslint-plugin-unicorn": "^56.0.1",
    "husky": "^9.0.0",
    "jsdom": "^26.0.0",
    "lint-staged": "^15.4.3",
    "prettier": "^2.5.0",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
    "rimraf": "^6.0.1",
    "typescript": "^5.7.2",
    "vitest": "^3.2.4"
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": [
      "eslint --fix"
    ]
  },
  "scripts": {}
}
