Files
OSGAccountServer/admin-web/package.json
T
Rocky 1a9c518f96 Add secure administrator operations console
Provide TOTP-authenticated, role-controlled user and credit workflows with paginated audit data and SQL-backed statistics so operations can manage growth safely.
2026-08-17 15:20:34 +08:00

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"
}
}