UNPKG

@pvway/alpha-oas

Version:

Alpha OAuth Service by p.v.Way

47 lines 1.14 kB
{ "name": "@pvway/alpha-oas", "version": "18.0.2", "peerDependencies": { "@angular/common": "^18.1.0", "@angular/core": "^18.1.0", "uuid": "^10.0.0", "@types/uuid": "^10.0.0" }, "dependencies": { "tslib": "^2.3.0" }, "sideEffects": false, "description": "Alpha OAuth Service by p.v.Way", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/licheez/ngAlpha.git" }, "keywords": [ "Open-OAuth", "authentication", "authorization", "client-credentials-flow", "refresh-flow", "identity-server" ], "author": "Pierre Van Wallendael", "license": "MIT", "bugs": { "url": "https://github.com/licheez/ngAlpha/issues" }, "homepage": "https://github.com/licheez/ngAlpha#readme", "module": "fesm2022/pvway-alpha-oas.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "esm2022": "./esm2022/pvway-alpha-oas.mjs", "esm": "./esm2022/pvway-alpha-oas.mjs", "default": "./fesm2022/pvway-alpha-oas.mjs" } } }