{
  "name": "@not-govuk/checkboxes",
  "version": "0.18.1",
  "description": "A component to allow users to select one or more options.",
  "type": "module",
  "main": "dist/Checkboxes.js",
  "sass": "assets/Checkboxes.scss",
  "exports": {
    ".": {
      "sass": "./assets/Checkboxes.scss",
      "types": "./dist/Checkboxes.d.ts",
      "import": "./dist/Checkboxes.js",
      "default": "./dist/Checkboxes.js"
    }
  },
  "files": [
    "/assets",
    "/dist"
  ],
  "author": "Daniel A.C. Martin <npm@daniel-martin.co.uk> (http://daniel-martin.co.uk/)",
  "license": "MIT",
  "keywords": [
    "react-components"
  ],
  "dependencies": {
    "@react-foundry/component-helpers": "^0.3.0",
    "govuk-frontend": "^5.14.0",
    "@not-govuk/form-group": "^0.18.1",
    "@not-govuk/label": "^0.18.1",
    "@not-govuk/sass-base": "^0.18.1",
    "@not-govuk/hint": "^0.18.1"
  },
  "peerDependencies": {
    "@react-foundry/docs-components": "^0.3.0",
    "@storybook/addon-docs": "^10.3.5",
    "react": "^19.2.5"
  },
  "peerDependenciesMeta": {
    "@react-foundry/docs-components": {
      "optional": true
    },
    "@storybook/addon-docs": {
      "optional": true
    }
  },
  "devDependencies": {
    "@react-foundry/component-test-helpers": "0.3.0",
    "@types/react": "19.2.14",
    "jest": "30.3.0",
    "jest-environment-jsdom": "30.3.0",
    "ts-jest": "29.4.9",
    "typescript": "5.9.3",
    "@not-govuk/text-input": "0.18.1"
  },
  "scripts": {
    "test": "NODE_OPTIONS=--experimental-vm-modules jest",
    "build": "tsc",
    "clean": "rm -rf dist tsconfig.tsbuildinfo"
  },
  "module": "dist/Checkboxes.js",
  "typings": "dist/Checkboxes.d.ts"
}