16 lines
395 B
JSON
16 lines
395 B
JSON
{
|
|
"name": "@wrnexus/identity",
|
|
"version": "0.8.4",
|
|
"type": "module",
|
|
"description": "Enterprise federation, provisioning, machine identity, and privacy governance for WRNexusJS.",
|
|
"main": "src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@wrnexus/auth": "workspace:*",
|
|
"@wrnexus/authz": "workspace:*",
|
|
"@wrnexus/oauth": "workspace:*"
|
|
}
|
|
}
|