{ "name": "ipx-web", "private": true, "description": "Builds the ipx web pages from web/src (web/build.mjs, run by build.rs) and tests them. The Rust tests cover the server.", "scripts": { "build": "node web/build.mjs", "typecheck": "tsc -p .", "smoke": "node tests/page-smoke.js", "test": "playwright test", "test:headed": "playwright test --headed" }, "devDependencies": { "@playwright/test": "^1.56.0", "typescript": "^7.0.2" }, "dependencies": { "@swc/core": "^1.16.2", "@swc/html": "^1.16.2" } }