UNPKG

@cauca-911/social-network

Version:

Run `npm install @cauca-911/social-network --save` to add this library to your project

35 lines 1.03 kB
{ "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" } }