{
  "name": "glmchat-v2.2.1",
  "version": "2.2.1",
  "private": true,
  "description": "Reconstructed deterministic source and verification workspace for the GLMChat PHP/SQLite PWA release.",
  "type": "module",
  "scripts": {
    "build": "node scripts/build.mjs",
    "type-check": "node scripts/type-check.mjs",
    "lint": "node scripts/lint.mjs",
    "test": "php tests/php_static_contracts.php && php tests/php/integration_remediations.php && node --test tests/node/*.test.mjs && python3 tests/python/test_migrations.py && python3 tests/python/test_privacy_reset_contracts.py && python3 tests/python/test_http_preflight.py && python3 tests/python/test_target_host_acceptance.py",
    "verify": "node scripts/verify.mjs"
  },
  "engines": {
    "node": ">=20",
    "php": ">=8.2"
  }
}
