{
  "name": "@cauca-911/social-network",
  "version": "19.0.0",
  "peerDependencies": {
    "@angular/common": ">=19.1.0",
    "@angular/core": ">=19.1.0",
    "@cauca-911/core": ">=19.0.0"
  },
  "homepage": "https://cauca.ca",
  "license": "SEE LICENSE IN LICENSE",
  "dependencies": {
    "tslib": ">=2.6.2"
  },
  "keywords": [
    "CAUCA",
    "cauca-social-network",
    "cauca-911/social-network",
    "social-network"
  ],
  "module": "fesm2022/cauca-911-social-network.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/cauca-911-social-network.mjs"
    }
  },
  "sideEffects": false,
  "scripts": {
    "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
  }
}