spiegel-keyman/web/src/engine/osk/gesture-processor/package.json
Eberhard Beilharz 229bdf8270
maint(resources): nest unit tests under parent block
This adds a modified `mocha-teamcity-reporter` that allows to nest the
unit tests under the parent block.

Fixes: #14839
Test-bot: skip
2025-10-06 16:09:47 +02:00

27 lines
681 B
JSON

{
"name": "@keymanapp/gesture-recognizer",
"description": "The core gesture-recognition engine used by Keyman's Web-based OSKs.",
"devDependencies": {
"@keymanapp/resources-gosh": "*",
"promise-status-async": "^1.2.10",
"typescript": "^5.4.5"
},
"scripts": {
"build": "gosh ./build.sh",
"test": "gosh ./build.sh test"
},
"dependencies": {
"@keymanapp/web-utils": "*",
"eventemitter3": "^5.0.0"
},
"main": "./build/obj/index.js",
"exports": {
".": {
"es6-bundling": "./src/engine/index.ts",
"default": "./build/obj/index.js"
}
},
"types": "./build/obj/index.d.ts",
"type": "module",
"sideEffects": false
}