{ "name": "wasm-tests", "version": "1.0.0", "description": "Unit tests for WASM version of Core", "main": "tests.js", "type": "module", "scripts": { "test": "mocha ." }, "author": "SIL Global", "license": "MIT", "devDependencies": { "chai": "^5.1.2", "mocha": "^11.0.1" } }