{
  "name": "fold-ng",
  "version": "0.27.2",
  "description": "Accessible, dark-first Angular 22 UI component library & design system — signals-first, standalone, zoneless, SSR-ready. Design tokens + WCAG-minded components, themeable to the bone.",
  "keywords": [
    "angular",
    "angular-22",
    "angular-components",
    "ui-library",
    "ui-components",
    "component-library",
    "design-system",
    "design-tokens",
    "css-variables",
    "signals",
    "zoneless",
    "standalone",
    "ssr",
    "dark-theme",
    "theme",
    "theming",
    "accessible",
    "a11y",
    "wcag",
    "overlay",
    "dialog",
    "angular-ui",
    "signals-first"
  ],
  "author": "Hugo Heynard",
  "license": "MIT",
  "homepage": "https://hugoheynard.github.io/fold-ng/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hugoheynard/fold-ng.git"
  },
  "bugs": {
    "url": "https://github.com/hugoheynard/fold-ng/issues"
  },
  "type": "module",
  "private": false,
  "packageManager": "pnpm@10.12.1",
  "sideEffects": [
    "**/*.css"
  ],
  "exports": {
    "./tokens.css": "./tokens/index.css",
    "./tokens/primitives.css": "./tokens/primitives.css",
    "./tokens/scales.css": "./tokens/scales.css",
    "./tokens/semantic.css": "./tokens/semantic.css",
    ".": {
      "types": "./types/fold-ng.d.ts",
      "default": "./fesm2022/fold-ng.mjs"
    },
    "./devtools": {
      "types": "./types/fold-ng-src-devtools.d.ts",
      "default": "./fesm2022/fold-ng-src-devtools.mjs"
    },
    "./package.json": {
      "default": "./package.json"
    }
  },
  "peerDependencies": {
    "@angular/common": "^22",
    "@angular/core": "^22",
    "@angular/forms": "^22",
    "@angular/platform-browser": "^22",
    "@angular/router": "^22"
  },
  "peerDependenciesMeta": {
    "@angular/router": {
      "optional": true
    }
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "module": "fesm2022/fold-ng.mjs",
  "typings": "types/fold-ng.d.ts"
}
