ironic-mirror / package.json
SNAPKITTYWEST's picture
push from SNAPKITTYWEST/ironic-mirror
677e207 verified
Raw
History Blame Contribute Delete
410 Bytes
{
"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"
}
}