mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 09:25:33 +00:00
38 lines
938 B
JSON
38 lines
938 B
JSON
{
|
|
"name": "@keymanapp/keyboard-processor",
|
|
"version": "14.0.78",
|
|
"description": "Core module for Keyman keyboard support in 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": {
|
|
"chai": "^4.2.0",
|
|
"mocha": "^5.2.0",
|
|
"mocha-teamcity-reporter": "^3.0.0",
|
|
"typescript": "^3.7.2"
|
|
},
|
|
"scripts": {
|
|
"lerna": "cd ../ && npm run lerna --",
|
|
"tsc": "tsc",
|
|
"test": "bash ./test.sh",
|
|
"mocha": "mocha"
|
|
},
|
|
"dependencies": {
|
|
"@keymanapp/lexical-model-types": "^14.0.78",
|
|
"@keymanapp/web-utils": "^14.0.77",
|
|
"@types/node": "^11.9.4",
|
|
"ts-node": "^8.0.2"
|
|
}
|
|
}
|