"test":"npm run lint && CJS_ONLY=1 npm run build && c8 --exclude dist --exclude test -r text -r html -r lcov mocha && node support/specsplit.mjs",
"test":"npm run lint && cross-env CJS_ONLY=1 npm run build && c8 --exclude dist --exclude test -r text -r html -r lcov mocha && node support/specsplit.mjs",
"doc":"node support/build_doc.mjs",
"gh-doc":"npm run doc && gh-pages -d apidoc -f",
"demo":"npm run lint && node support/build_demo.mjs",