{
  "name": "@ecodev/natural",
  "version": "73.1.1",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ecodev/natural.git"
  },
  "sideEffects": false,
  "bin": {
    "i18n-check": "bin/i18n-check.mjs"
  },
  "exports": {
    ".": {
      "sass": "./src/lib/_natural.scss",
      "types": "./types/ecodev-natural.d.ts",
      "default": "./fesm2022/ecodev-natural.mjs"
    },
    "./package.json": {
      "default": "./package.json"
    }
  },
  "dependencies": {
    "extract-files": "^13.0.0",
    "tslib": "^2.8.1"
  },
  "peerDependencies": {
    "@angular/cdk": "^22.1.0",
    "@angular/common": "^22.1.0",
    "@angular/core": "^22.1.0",
    "@angular/forms": "^22.1.0",
    "@angular/localize": "^22.1.0",
    "@angular/material": "^22.1.0",
    "@angular/platform-browser": "^22.1.0",
    "@angular/router": "^22.1.0",
    "apollo-angular": "^14.1.0",
    "es-toolkit": "^1.39.7",
    "rxjs": "^7.8.2"
  },
  "module": "fesm2022/ecodev-natural.mjs",
  "typings": "types/ecodev-natural.d.ts",
  "type": "module"
}