-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·50 lines (50 loc) · 1.24 KB
/
package.json
File metadata and controls
executable file
·50 lines (50 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "@fire-shield/angular",
"version": "3.1.0",
"description": "Angular adapter for RBAC with services, directives, and route guards. Features: Plugin system, Advanced audit logging (3 types), Wildcards, Deny permissions, Permission caching, Lazy roles, Memory optimization, RBACAggregator support",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"test": "vitest run",
"test:watch": "vitest"
},
"files": [
"dist"
],
"keywords": [
"rbac",
"angular",
"authorization",
"guards",
"directives",
"fire-shield",
"access-control",
"plugin",
"caching",
"wildcards",
"deny"
],
"author": "Fire Shield Team",
"license": "DIB",
"dependencies": {
"@fire-shield/core": "^3.0.0",
"rxjs": "^7.8.0"
},
"devDependencies": {
"@types/node": "^22.5.1",
"tsup": "^8.0.0",
"typescript": "^5.0.0",
"vitest": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/khapu2906/fire-shield.git",
"directory": "packages/adaptor/angular"
},
"homepage": "https://github.com/khapu2906/fire-shield#readme",
"bugs": {
"url": "https://github.com/khapu2906/fire-shield/issues"
}
}