@abp/ng.permission-management
Version:
ABP Framework is a complete open-source infrastructure to create modern web applications by following the best practices and conventions of software development. This package is a part of the [ABP Framework](https://abp.io) and contains client-side files.
46 lines • 974 B
JSON
{
"name": "@abp/ng.permission-management",
"version": "9.2.4",
"homepage": "https://abp.io",
"repository": {
"type": "git",
"url": "https://github.com/abpframework/abp.git"
},
"dependencies": {
"@abp/ng.theme.shared": "~9.2.4",
"tslib": "^2.0.0"
},
"publishConfig": {
"access": "public"
},
"license": "LGPL-3.0",
"keywords": [
"aspnetcore",
"boilerplate",
"framework",
"web",
"best-practices",
"angular",
"maui",
"blazor",
"mvc",
"csharp",
"webapp"
],
"module": "fesm2022/abp-ng.permission-management.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/abp-ng.permission-management.mjs"
},
"./proxy": {
"types": "./proxy/index.d.ts",
"default": "./fesm2022/abp-ng.permission-management-proxy.mjs"
}
},
"sideEffects": false
}