@analog-tools/auth
Version:
Authentication module for AnalogJS applications
28 lines • 888 B
JSON
{
"name": "@analog-tools/auth-angular",
"version": "0.0.9",
"peerDependencies": {
"@angular/common": "^19.0.0 || ^20.0.0",
"@angular/core": "^19.0.0 || ^20.0.0",
"@angular/router": "^19.0.0 || ^20.0.0",
"rxjs": "~7.8.0"
},
"sideEffects": false,
"module": "fesm2022/analog-tools-auth-angular.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/analog-tools-auth-angular.mjs"
}
},
"dependencies": {
"tslib": "^2.3.0"
},
"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"
}
}