feat(packages): add standalone auth and payment
This commit is contained in:
@@ -1,17 +1,23 @@
|
||||
{
|
||||
"name": "@marketplaces/auth",
|
||||
"version": "0.1.0",
|
||||
"description": "Shared customer + admin auth client (VK ID/OTP/session, ed25519 admin verification, guards, interceptors) for marketplaces projects.",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"description": "Standalone Angular authentication UI and client for marketplaces projects.",
|
||||
"module": "dist/fesm2022/marketplaces-auth.mjs",
|
||||
"typings": "dist/types/marketplaces-auth.d.ts",
|
||||
"files": ["dist"],
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.json",
|
||||
"test": "echo \"no tests yet\" && exit 0"
|
||||
"build": "ng-packagr -p ng-package.json -c tsconfig.json",
|
||||
"test": "node --test test/*.test.mjs"
|
||||
},
|
||||
"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": {
|
||||
|
||||
Reference in New Issue
Block a user