{
  "name": "etlegacy-web-smoke",
  "version": "1.0.0",
  "description": "Smoke tests for the ET: Legacy WebAssembly build (structural + headless-browser boot).",
  "license": "GPL-3.0-or-later",
  "private": true,
  "type": "module",
  "scripts": {
    "verify": "node verify-dist.mjs",
    "boot": "node boot-smoke.mjs"
  },
  "engines": {
    "node": ">=18"
  },
  "devDependencies": {
    "playwright": "^1.61.1"
  }
}
