{ "name": "xzbt-runtime", "version": "0.1.0", "private": true, "type": "module", "engines": { "node": "24.11.0" }, "scripts": { "build": "node tools/build-xzbt.mjs", "build:audio-acceptance": "node tools/build-audio-acceptance.mjs", "test:phase1": "node test/phase1-runtime.test.mjs", "test:phase2": "node test/phase2-common-grammar.test.mjs", "test:phase3": "node --test test/phase3-*.test.mjs", "test:phase3c3": "node test/phase3-automation.test.mjs", "test:phase3c4": "node test/phase3-protection.test.mjs", "test": "node --test test/*.test.mjs" } }