11 lines
253 B
JSON
11 lines
253 B
JSON
{
|
|
"name": "verae-access-staff",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Staff access plane (CS/sales/accounting)",
|
|
"scripts": {
|
|
"start": "node src/server.js",
|
|
"test": "node --test test/*.test.js"
|
|
}
|
|
}
|