mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "@keymanapp/input-processor",
|
|
"version": "15.0.95",
|
|
"description": "The core text and prediction processing engine for KeymanWeb",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/keymanapp/keyman.git"
|
|
},
|
|
"keywords": [
|
|
"input",
|
|
"languages",
|
|
"keyboards"
|
|
],
|
|
"author": "SIL International",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/keymanapp/keyman/issues"
|
|
},
|
|
"homepage": "https://github.com/keymanapp/keyman#readme",
|
|
"devDependencies": {
|
|
"@keymanapp/lexical-model-compiler": "^15.0.95",
|
|
"@keymanapp/resources-gosh": "^15.0.95",
|
|
"@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": "^3.8.3"
|
|
},
|
|
"scripts": {
|
|
"lerna": "cd ../ && npm run lerna --",
|
|
"tsc": "tsc",
|
|
"test": "gosh ./test.sh",
|
|
"mocha": "mocha"
|
|
},
|
|
"dependencies": {
|
|
"@keymanapp/keyboard-processor": "^15.0.95",
|
|
"@keymanapp/lexical-model-layer": "^15.0.95",
|
|
"@keymanapp/models-types": "^15.0.95",
|
|
"@keymanapp/web-environment": "^15.0.95",
|
|
"@keymanapp/web-utils": "^15.0.95",
|
|
"eventemitter3": "^4.0.0"
|
|
}
|
|
}
|