11 lines
283 B
JSON
11 lines
283 B
JSON
{
|
|
"name": "verae-staff-iam",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Internal staff user management: named accounts, roles, permissions, audit",
|
|
"scripts": {
|
|
"start": "node src/server.js",
|
|
"test": "node --test test/*.test.js"
|
|
}
|
|
}
|