{
  "name": "@not-govuk/label",
  "version": "0.19.1",
  "description": "A label for a form field.",
  "type": "module",
  "main": "dist/Label.js",
  "sass": "assets/Label.scss",
  "exports": {
    ".": {
      "sass": "./assets/Label.scss",
      "types": "./dist/Label.d.ts",
      "import": "./dist/Label.js",
      "default": "./dist/Label.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.5.4",
    "govuk-frontend": "^6.4.0",
    "@not-govuk/sass-base": "^0.19.1"
  },
  "peerDependencies": {
    "@react-foundry/docs-components": "^0.5.4",
    "@storybook/addon-docs": "^10.5.7",
    "react": "^19.2.8"
  },
  "peerDependenciesMeta": {
    "@react-foundry/docs-components": {
      "optional": true
    },
    "@storybook/addon-docs": {
      "optional": true
    }
  },
  "devDependencies": {
    "@react-foundry/component-test-helpers": "0.5.4",
    "@types/react": "19.2.18",
    "jest": "30.4.2",
    "jest-environment-jsdom": "30.4.1",
    "ts-jest": "29.4.12",
    "typescript": "5.9.3",
    "@not-govuk/tag": "0.19.1"
  },
  "scripts": {
    "test": "NODE_OPTIONS=--experimental-vm-modules jest",
    "build": "tsc",
    "clean": "rm -rf dist tsconfig.tsbuildinfo"
  },
  "module": "dist/Label.js",
  "typings": "dist/Label.d.ts"
}