Files
openfsd/webjs/package.json
Reese Norris d14dab8736 web: add site-wide dark mode with shared theme tokens
Bootstrap data-bs-theme + localStorage toggle in layout chrome; map
console CSS (users/sweatbox/airport editor) onto shared --ofs-console-*
tokens; swap OSM basemap for dark maps. Include PE and webjs coverage,
and the approved sweatbox TWRTrainer P2 command-parity design doc.
2026-07-27 17:59:01 -04:00

13 lines
452 B
JSON

{
"name": "openfsd-webjs",
"private": true,
"type": "module",
"engines": {
"node": ">=20"
},
"scripts": {
"test": "node --test ./airport-editor/*.test.js ./theme.test.js",
"test:coverage": "node --experimental-test-coverage --test-coverage-include='../internal/web/static/js/openfsd/airport-editor/**' --test-coverage-include='../internal/web/static/js/openfsd/theme.js' --test ./airport-editor/*.test.js ./theme.test.js"
}
}