| { | |
| "name": "ironic-mirror-pages", | |
| "version": "0.1.0", | |
| "private": true, | |
| "description": "Static browser-native PRIMUS minefield visualization for Ironic Mirror.", | |
| "type": "module", | |
| "scripts": { | |
| "test": "node --test tests/*.test.mjs", | |
| "build": "node --check docs/app.js && node --check docs/simulation.mjs && node --check docs/wasm-boundary.mjs && node tests/static-build.mjs" | |
| } | |
| } | |