@cauca-911/social-network
Version:
Run `npm install @cauca-911/social-network --save` to add this library to your project
35 lines • 1.07 kB
JSON
{
"name": "@cauca-911/social-network",
"version": "21.3.0",
"peerDependencies": {
"@angular/common": ">=21.2.0",
"@angular/core": ">=21.2.0",
"@angular/material": ">=21.2.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": "types/cauca-911-social-network.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/cauca-911-social-network.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 in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with partial compilation mode, before attempting to publish.\\n')\" && exit 1"
}
}