UNPKG

@ruijie-sso/exception-tools

Version:

exception-tools library for SSO Admin

43 lines 1.01 kB
{ "name": "@ruijie-sso/exception-tools", "version": "1.0.12-beta", "peerDependencies": { "rxjs": "^7.4.0", "@angular/core": "^12.2.13", "@angular/common": "^12.2.13", "@aiao/util": "^1.0.0", "@aiao/url": "^0.0.6" }, "dependencies": { "tslib": "^2.0.0" }, "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "description": "exception-tools library for SSO Admin", "keywords": [ "angular", "sso", "admin", "ruijie" ], "author": "Ruijie Team", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ruijie/sso-admin.git" }, "main": "./src/index.js", "types": "index.d.ts", "files": [ "src/**/*", "README.md", "LICENSE" ], "typings": "ruijie-sso-exception-tools.d.ts", "module": "esm2020/ruijie-sso-exception-tools.mjs", "es2020": "esm2020/ruijie-sso-exception-tools.mjs", "esm2020": "esm2020/ruijie-sso-exception-tools.mjs", "sideEffects": false }