{
  "name": "@knowmax/pager-fluentuiv9",
  "version": "2.1.0",
  "description": "Knowmax Pager with Fluent V9 user interface implementation.",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "scripts": {
    "build": "tsup",
    "typecheck": "tsc --noEmit",
    "prepublishOnly": "npm run build && npm run typecheck && npm run test",
    "test": "vitest run",
    "test:watch": "vitest",
    "storybook": "storybook dev -p 6007",
    "build-storybook": "storybook build"
  },
  "files": [
    "dist",
    "LICENSE",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/KnowmaxNL/pager.git"
  },
  "keywords": [
    "knowmax",
    "react",
    "pager",
    "pagination",
    "fluent"
  ],
  "author": "Knowmax BV",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/KnowmaxNL/pager/issues"
  },
  "homepage": "https://github.com/KnowmaxNL/pager#readme",
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@fluentui/react-components": "^9.73.8",
    "@fluentui/react-icons": "^2.0.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  },
  "devDependencies": {
    "@chromatic-com/storybook": "^5.1.2",
    "@fluentui/react-components": "^9.73.8",
    "@fluentui/react-icons": "^2.0.0",
    "@storybook/addon-docs": "^10.3.6",
    "@storybook/addon-links": "^10.3.6",
    "@storybook/react": "^10.3.6",
    "@storybook/react-vite": "^10.3.6",
    "@types/node": "^25.6.2",
    "@types/react": "^18.3.28",
    "@types/react-dom": "^18.3.7",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "storybook": "^10.3.6",
    "tsup": "^8.5.1",
    "typescript": "^5.9.3",
    "vitest": "^4.1.5"
  },
  "overrides": {
    "storybook": "$storybook"
  }
}
