mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-24 16:47:41 +00:00
24 lines
673 B
JSON
24 lines
673 B
JSON
{
|
|
"name": "@keymanapp/gesture-recognizer",
|
|
"description": "The core gesture-recognition engine used by Keyman's Web-based OSKs.",
|
|
"devDependencies": {
|
|
"@keymanapp/resources-gosh": "*",
|
|
"@types/node": "^11.9.4",
|
|
"chai": "^4.3.4",
|
|
"mocha": "^8.4.0",
|
|
"mocha-teamcity-reporter": "^4.0.0",
|
|
"ts-node": "^9.1.1",
|
|
"typescript": "^4.5.4"
|
|
},
|
|
"scripts": {
|
|
"build": "echo 'Building @keymanapp/gesture-recognizer' && tsc -b ./tsconfig.json",
|
|
"clean": "tsc -b --clean",
|
|
"tsc": "tsc",
|
|
"mocha": "mocha"
|
|
},
|
|
"dependencies": {
|
|
"@keymanapp/keyman-version": "*",
|
|
"@keymanapp/web-utils": "*",
|
|
"eventemitter3": "^4.0.0"
|
|
}
|
|
}
|