{ "name": "hengzhun-exam-system", "version": "1.1.0", "private": true, "type": "module", "scripts": { "start": "node server.mjs", "test": "node tests/client-auth.test.mjs && node tests/cache.test.mjs && node tests/admission.test.mjs && node tests/system.test.mjs", "test:cache": "node tests/cache.test.mjs", "reset-db": "node scripts/reset-dev-database.mjs", "seed-test-data": "node scripts/import-test-data.mjs", "seed-test-data:sqlite": "node scripts/import-test-data.mjs --sqlite", "seed-test-data:mysql": "node scripts/import-test-data.mjs --mysql", "initialize-system": "node scripts/import-test-data.mjs --empty", "initialize-system:sqlite": "node scripts/import-test-data.mjs --empty --sqlite", "initialize-system:mysql": "node scripts/import-test-data.mjs --empty --mysql" }, "dependencies": { "ckeditor5": "^48.3.1", "exceljs": "^4.4.0", "mysql2": "^3.14.2", "qrcode": "1.5.4", "redis": "^5.12.1", "sanitize-html": "^2.17.6" }, "overrides": { "exceljs": { "uuid": "^11.1.1" } }, "engines": { "node": ">=22.5" } }