{
  "name": "alphabetplay",
  "version": "1.13.0",
  "description": "سیستم بازی‌محور آموزش الفبا — فاز ۲ (بک‌اند و سینک)",
  "type": "module",
  "private": true,
  "scripts": {
    "test": "node tests/engine.test.js && node tests/sync.test.js && node tests/backup.test.js && node tests/monitoring.test.js && node tests/api.test.js && node tests/packs.test.js && node tests/pwa.test.js && node tests/trace.test.js && node tests/imports.test.js && node tests/report.test.js && node tests/admin.test.js && node tests/story.test.js && node tests/import.test.js && node tests/speech.test.js && node tests/mailer.test.js && node tests/pilot.test.js && node tests/install.test.js",
    "test:e2e": "node tests/e2e.mjs",
    "test:e2e:admin": "node tests/e2e-admin.mjs",
    "test:engine": "node tests/engine.test.js",
    "test:sync": "node tests/sync.test.js",
    "test:api": "node tests/api.test.js",
    "server": "node server/index.js",
    "dev": "node server/index.js",
    "test:e2e:packs": "node tests/e2e-packs.mjs",
    "test:lighthouse": "node scripts/lighthouse.mjs",
    "test:coverage": "c8 --include='server/**' --check-coverage --lines 75 --statements 75 --functions 70 --branches 60 --reporter=text --reporter=text-summary npm test",
    "test:a11y": "node scripts/a11y-audit.mjs",
    "pilot:report": "node scripts/pilot-report.mjs"
  },
  "dependencies": {
    "bcryptjs": "^2.4.3",
    "better-sqlite3": "^11.10.0",
    "compression": "^1.8.2",
    "express": "^4.21.2",
    "jsonwebtoken": "^9.0.2"
  },
  "devDependencies": {
    "axe-core": "^4.13.0",
    "c8": "^12.0.0",
    "lighthouse": "^12.8.2",
    "playwright": "^1.63.0"
  },
  "main": "server/index.js"
}
