1a9c518f96
Provide TOTP-authenticated, role-controlled user and credit workflows with paginated audit data and SQL-backed statistics so operations can manage growth safely.
19 lines
353 B
JSON
19 lines
353 B
JSON
{
|
|
"name": "osg-admin-web",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc --noEmit && vite build",
|
|
"test": "vitest run"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^26.2.0",
|
|
"jsdom": "^27.0.1",
|
|
"typescript": "^5.9.2",
|
|
"vite": "^7.1.2",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|