This commit is contained in:
2026-07-19 21:15:09 +08:00 Unverified
commit de4d0961e4
9 changed files with 1516 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"name": "hengzhun-exam-system",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"start": "node server.mjs",
"test": "node tests/system.test.mjs"
},
"engines": {
"node": ">=18"
}
}