Files
Exam-Information-System/package.json
T

23 lines
375 B
JSON

{
"name": "hengzhun-exam-system",
"version": "1.0.3",
"private": true,
"type": "module",
"scripts": {
"start": "node server.mjs",
"test": "node tests/system.test.mjs"
},
"dependencies": {
"exceljs": "^4.4.0",
"mysql2": "^3.14.2"
},
"overrides": {
"exceljs": {
"uuid": "^11.1.1"
}
},
"engines": {
"node": ">=22.5"
}
}