36 lines
857 B
JSON
36 lines
857 B
JSON
|
|
{
|
||
|
|
"name": "@marketplaces/auth",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"description": "Standalone Angular authentication UI and client for marketplaces projects.",
|
||
|
|
"module": "fesm2022/marketplaces-auth.mjs",
|
||
|
|
"typings": "types/marketplaces-auth.d.ts",
|
||
|
|
"files": [
|
||
|
|
"dist"
|
||
|
|
],
|
||
|
|
"dependencies": {
|
||
|
|
"qrcode": "^1.5.4",
|
||
|
|
"tslib": "^2.8.0"
|
||
|
|
},
|
||
|
|
"peerDependencies": {
|
||
|
|
"@angular/core": ">=22.0.0",
|
||
|
|
"@angular/common": ">=22.0.0",
|
||
|
|
"@angular/forms": ">=22.0.0",
|
||
|
|
"@angular/router": ">=22.0.0",
|
||
|
|
"rxjs": ">=7.8.0"
|
||
|
|
},
|
||
|
|
"publishConfig": {
|
||
|
|
"access": "restricted"
|
||
|
|
},
|
||
|
|
"license": "UNLICENSED",
|
||
|
|
"exports": {
|
||
|
|
"./package.json": {
|
||
|
|
"default": "./package.json"
|
||
|
|
},
|
||
|
|
".": {
|
||
|
|
"types": "./types/marketplaces-auth.d.ts",
|
||
|
|
"default": "./fesm2022/marketplaces-auth.mjs"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"sideEffects": false,
|
||
|
|
"type": "module"
|
||
|
|
}
|