Files
Exam-Information-System/package.json
T
2026-07-19 21:15:09 +08:00

14 lines
230 B
JSON

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