{ "name": "pmserver-frontend-tests", "version": "1.0.0", "private": true, "description": "Unit tests for the PMServer frontend (js/app.js) — crypto round-trip, CSV import, and sync-merge arbitration. Node built-in test runner, zero dependencies.", "scripts": { "test": "node --test \"js/tests/**/*.test.js\"" }, "engines": { "node": ">=18" } }