UNPKG

@trap_stevo/rolestack

Version:

Unify access logic across your applications with a single, elegant stack for roles. Define, query, and evolve roles on the fly.

65 lines (64 loc) 2.06 kB
{ "name" : "@trap_stevo/rolestack", "version" : "0.0.0", "description" : "Unify access logic across your applications with a single, elegant stack for roles. Define, query, and evolve roles on the fly.", "main" : "dist/cjs/RoleStack.js", "exports": { ".": "./dist/cjs/RoleStack.js" }, "scripts" : { "build": "babel src -d dist/cjs --env-name cjs", "start" : "node ./demos/roleStackDemo.js" }, "keywords": [ "Legendary", "Enlightened", "Steven Compton", "Magical", "role-management", "permission-management", "access-control", "rbac", "abac", "auth", "authorization", "identity", "acl", "multi-tenant", "role-stack", "role-engine", "policy-engine", "dynamic-roles", "real-time-access", "scalable-permissions", "seamless-integration", "legendary-security", "epic-authorization", "nextgen-access", "developer-magic", "role-unification", "futureproof-auth", "legendary-access-stack", "real-time-trust-fabric", "orchestration-without-lock-in", "ultimate-role-evolution", "cloud-native-access-power", "zero-friction-governance", "adaptive-security-mesh", "one-stack-access-logic", "unstoppable-role-engine" ], "author": "Steven Compton", "license": "See License in LICENSE.md", "copyright": "© 2025 Hassan Steven Compton. All rights reserved.", "devDependencies": { "@babel/cli": "^7.24.8", "@babel/core": "^7.25.2", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-transform-private-methods": "^7.25.4", "@babel/plugin-transform-runtime": "^7.24.7", "@babel/preset-env": "^7.25.3" }, "dependencies": { } }