{
  "name": "@contentful/f36-header",
  "version": "6.7.1",
  "description": "Forma 36: Header component",
  "scripts": {
    "build": "tsup"
  },
  "dependencies": {
    "@contentful/f36-button": "^6.7.1",
    "@contentful/f36-core": "^6.7.1",
    "@contentful/f36-icons": "^6.7.1",
    "@contentful/f36-tokens": "^6.1.0",
    "@contentful/f36-typography": "^6.7.1",
    "@emotion/css": "^11.13.5"
  },
  "peerDependencies": {
    "react": "^18.3.0 || >=19.1.0",
    "react-dom": "^18.3.0 || >=19.1.0"
  },
  "license": "MIT",
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "source": "src/index.ts",
  "sideEffects": false,
  "browserslist": "extends @contentful/browserslist-config",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/contentful/forma-36.git"
  },
  "publishConfig": {
    "registry": "https://npm.pkg.github.com/",
    "access": "public"
  }
}
