{
  "name": "nhsuk-frontend-react",
  "version": "5.2.0",
  "homepage": "https://github.com/rowellx68/nhs-components",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rowellx68/nhs-components.git"
  },
  "bugs": {
    "url": "https://github.com/rowellx68/nhs-components/issues"
  },
  "description": "A React component library for the NHS.UK frontend design system.",
  "private": false,
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "types": "./dist/index.d.mts",
  "type": "module",
  "files": [
    "dist",
    "README.md",
    "CHANGELOG.md",
    "LICENSE.md"
  ],
  "keywords": [
    "nhsuk",
    "nhs",
    "react",
    "components",
    "design",
    "nhsuk frontend",
    "library"
  ],
  "author": "Rowell Heria",
  "license": "MIT",
  "devDependencies": {
    "@types/react": "^19.2.14",
    "@vitejs/plugin-react": "^6.0.1",
    "vitest-browser-react": "^2.1.0"
  },
  "dependencies": {
    "clsx": "^2.1.1"
  },
  "peerDependencies": {
    "nhsuk-frontend": "^10.5.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "tsdown",
    "sb": "storybook dev -p 6006 --no-open",
    "sb:build": "storybook build",
    "test": "vitest",
    "typecheck": "tsgo --noEmit"
  }
}