@cauca-911/core
Version:
Run `npm install @cauca-911/core` to add this library to your project
36 lines • 990 B
JSON
{
"name": "@cauca-911/core",
"version": "20.0.1",
"peerDependencies": {
"@angular/common": ">=20.1.3",
"@angular/core": ">=20.1.3",
"@ngx-translate/core": ">=16.0.0",
"rxjs": ">=7.8.0"
},
"homepage": "https://cauca.ca",
"keywords": [
"CAUCA",
"cauca-core",
"cauca-911/core",
"core"
],
"dependencies": {
"tslib": ">=2.6.2"
},
"license": "SEE LICENSE IN LICENSE",
"module": "fesm2022/cauca-911-core.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/cauca-911-core.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"
}
}